Html Css Color HEX #CC94D2 Lilac

📋 copy color: '#CC94D2'

red 204 ◦ green 148 ◦ blue 210

#CC94D2
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Lilac #CC94D2

Tints of Lilac #CC94D2

RGB

 RED value IS 204 (80.08% from 255) = 36.3%

 GREEN value IS 148 (58.2% from 255) = 26.33%

 BLUE value IS 210 (82.42% from 255) = 37.37%

R = 36.3%
G = 26.33%
B = 37.37%

CMYK

 C value IS 0.03

 M value IS 0.30

 Y value IS 0

 K value IS 0.18

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#CC94D2 (or 0xCC94D2) is known color: Lilac. HEX triplet: CC, 94 and D2. RGB value is (204,148,210). Sum of RGB (Red+Green+Blue) = 204+148+210=562 (74% of max value = 765). Red value is 204 (80.08% from 255 or 36.30% from 562); Green value is 148 (58.20% from 255 or 26.33% from 562); Blue value is 210 (82.42% from 255 or 37.37% from 562); Max value from RGB is 210 - color contains mainly: blue. Hex color #CC94D2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CC94D2 is #336B2D. Grayscale: #ABABAB. Windows color (decimal): -3369774 or 13800652. OLE color: 13800652.

HSL color Cylindrical-coordinate representation of color #CC94D2: hue angle of 294.19º degrees, saturation: 0.41, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #CC94D2 is Cyan = 0.03, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 204 148 210 -
CMYK 0.03 0.30 0 0.18
HSL 294.19º 0.41% 0.7% -
HSV(B) 294.19º 0.3% 0.82% -
XYZ 47.12 38.67 65.95 -
YUV 171.81 149.55 150.96 -
System Red Green Blue C M Y K H S L
Decimal 204 148 210 0.03 0.30 0 0.18 294.19 0.41 0.7
Hex CC 94 D2 3 1E 0 12 126 29 46
Octal 314 224 322 3 36 0 22 446 51 106
Binary 11001100 10010100 11010010 11 11110 0 10010 100100110 101001 1000110

Color Harmonies of #CC94D2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC94D2

Black with #CC94D2

Text Example


Text Example

White with #CC94D2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC94D2; }

 p { color: rgb(204,148,210); }

 H1.HeaderClassName
 {
   color: #CC94D2;
 }
 .AnyTagClassName
 {
   color: #CC94D2;
 }
</style>

background-color css

<style>
 a { background-color: #CC94D2; }

 a { background-color: rgb(204,148,210); }

 div.DivClassName
 {
   background-color: #CC94D2;
 }
 .BgClassName
 {
   background-color: #CC94D2;
 }
</style>

border-color css

<style>
 span { border-color: #CC94D2; }

 span { border-color: rgb(204,148,210); }

 td.TdClassName
 {
   border-color: #CC94D2;
 }
 .TagClassName
 {
   border-color: #CC94D2;
 }
</style>