Html Css Color HEX #CC94CC Lilac

📋 copy color: '#CC94CC'

red 204 ◦ green 148 ◦ blue 204

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

Shades of Lilac #CC94CC

Tints of Lilac #CC94CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 36.69%

R = 36.69%
G = 26.62%
B = 36.69%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#CC94CC (or 0xCC94CC) is known color: Lilac. HEX triplet: CC, 94 and CC. RGB value is (204,148,204). Sum of RGB (Red+Green+Blue) = 204+148+204=556 (73% of max value = 765). Red value is 204 (80.08% from 255 or 36.69% from 556); Green value is 148 (58.20% from 255 or 26.62% from 556); Blue value is 204 (80.08% from 255 or 36.69% from 556); Max value from RGB is 204 - color contains mainly: red, blue. Hex color #CC94CC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CC94CC is #336B33. Grayscale: #AAAAAA. Windows color (decimal): -3369780 or 13407436. OLE color: 13407436.

HSL color Cylindrical-coordinate representation of color #CC94CC: hue angle of 300º degrees, saturation: 0.35, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #CC94CC is Cyan = 0, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 148 204 -
CMYK 0 0.27 0 0.2
HSL 300º 0.35% 0.69% -
HSV(B) 300º 0.27% 0.8% -
XYZ 46.39 38.38 62.09 -
YUV 171.13 146.55 151.45 -
System Red Green Blue C M Y K H S L
Decimal 204 148 204 0 0.27 0 0.2 300 0.35 0.69
Hex CC 94 CC 0 1B 0 14 12C 23 45
Octal 314 224 314 0 33 0 24 454 43 105
Binary 11001100 10010100 11001100 0 11011 0 10100 100101100 100011 1000101

Color Harmonies of #CC94CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC94CC

Black with #CC94CC

Text Example


Text Example

White with #CC94CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC94CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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