COLOR #CD99F4

HEX: #CD99F4 RGB: (205,153,244)

Color info

#CD99F4 contains mainly red and blue colors. Web safe color of #CD99F4 is #CC99FF (or #C9F).

RGB color model

#CD99F4 color RGB value is (205,153,244).

RGB: (205,153,244) (80%, 60%, 96%)

RGB channels and saturation

R 205 of 255 = 80%
G 153 of 255 = 60%
B 244 of 255 = 96%

205
153
244

R + G + B ~ 79%. #CD99F4 is quite light color.

Portions of RGB colors in percentages

R + G + B = 205 + 153 + 244 = 602 (100%)
R 205 of 602 ~ 34.05%
G 153 of 602 ~ 25.42%
B 244 of 602 ~ 40.53'%

%34.05
%25.42
%40.53

CMYK color model

#CD99F4 color CMYK value is (16,37,0,4).

  • cyan value is 15.98%
  • magenta value is 37.30%
  • yellow value is 0.00%
  • key color value is 4.31%

CMYK: (16,37,0,4)
C16M37Y0K4 (16%, 37%, 0%, 4%)
(0.16 / 0.37 / 0.00 / 0.04)

CMYK percentages

%15.98
%37.3
%0
%4.31

Codes

Color #CD99F4 in popluar color models

CD 99 F4
RGB 205 153 244
HSL 274° 80.53% 77.84%
HSB/HSV 274° 37.30% 95.69%
CMYK 15.98% 37.30% 0.00%
4.31%

Color #CD99F4 in popluar number systems.

HEX CD 99 F4
Decimal 205 153 244
Binary 11001101 10011001 11110100
Octal 315 231 364

Shades and tints

Shades of #CD99F4

#CD99F4
(205,153,244)
#BB8CDE
(187,140,222)
#A97FC8
(169,127,200)
#9772B2
(151,114,178)
#85659C
(133,101,156)
#735886
(115,88,134)
#614B70
(97,75,112)
#4F3E5A
(79,62,90)
#3D3144
(61,49,68)
#2B242E
(43,36,46)
#191718
(25,23,24)
#000000
(0,0,0)

Tints of #CD99F4

#CD99F4
(205,153,244)
#D1A2F5
(209,162,245)
#D5ABF6
(213,171,246)
#D9B4F7
(217,180,247)
#DDBDF8
(221,189,248)
#E1C6F9
(225,198,249)
#E5CFFA
(229,207,250)
#E9D8FB
(233,216,251)
#EDE1FC
(237,225,252)
#F1EAFD
(241,234,253)
#F5F3FE
(245,243,254)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CD99F4 color. Also use rgb(205,153,244) instead hex code.

Text Font Color

.myTextColor { color: #CD99F4; }

<p style="color:#CD99F4">This sample text font color is #CD99F4.</p>

This text font color is #CD99F4.

Background Color

.myBgColor { background-color: #CD99F4; }

<div style="background-color:#CD99F4">Inner text</div>

This div background color is #CD99F4.

Border color

.myBorderColor { border: 1px solid #CD99F4; }

<div style="border:3px solid #CD99F4">Div</div>

This div border color is #CD99F4.

Opacity

.myOpacity80 { color: #CD99F4; opacity: 0.8; }

<p style="color:#CD99F4;opacity:0.8;">80%</p>

Text with #CD99F4 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.
Background with opacity value 80%.
Background with opacity value 50%.
Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #CD99F4;}

<p style="text-shadow: 3px 3px 1px #CD99F4">Text here.</p>

This text has shadow with #CD99F4 color.


.textShadow {text-shadow: 3px 3px 1px #CD99F4', 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #CD99F4, 5px 5px 20px red">Text here.</p>

This text has shadow with #CD99F4 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#CD99F4, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#CD99F4, Direction=45, Strength=4)">Text</p>

This text has shadow with #CD99F4 and red colors in old Internet Explorer.

Div box shadow color

/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #CD99F4;
-webkit-box-shadow: 1px 1px 3px 2px #CD99F4;
box-shadow: 1px 1px 3px 2px #CD99F4;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #CD99F4; -webkit-box-shadow: 1px 1px 3px 2px #CD99F4; box-shadow:1px 1px 3px 2px #CD99F4;">
Div content here
</div>

This div box has shadow with color #CD99F4.

Preview

Color preview on black background

This text has color #CD99F4 on black background.


Color preview on white background

This text has color #CD99F4 on white background.


Black color preview on #CD99F4 background

This text has black color on #CD99F4 background.


White color preview on #CD99F4 background

This text has white color on #CD99F4 background.


Related colors

Complementary color

Complementary color for #hex is #32660B.


I love getcolorcode.com

Triadic colors

1 #F4CD99 and #99F4CD with #CD99F4 are triadic colors.

2 #F499CD and #99CDF4 with #CD99F4 are triadic colors.