Html Css Color HEX #CC94CB Lilac

📋 copy color: '#CC94CB'

red 204 ◦ green 148 ◦ blue 203

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

Shades of Lilac #CC94CB

Tints of Lilac #CC94CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 36.58%

R = 36.76%
G = 26.67%
B = 36.58%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.00

 K value IS 0.2

RGB Variations

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

Color information

#CC94CB (or 0xCC94CB) is known color: Lilac. HEX triplet: CC, 94 and CB. RGB value is (204,148,203). Sum of RGB (Red+Green+Blue) = 204+148+203=555 (73% of max value = 765). Red value is 204 (80.08% from 255 or 36.76% from 555); Green value is 148 (58.20% from 255 or 26.67% from 555); Blue value is 203 (79.69% from 255 or 36.58% from 555); Max value from RGB is 204 - color contains mainly: red. Hex color #CC94CB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CC94CB is #336B34. Grayscale: #AAAAAA. Windows color (decimal): -3369781 or 13341900. OLE color: 13341900.

HSL color Cylindrical-coordinate representation of color #CC94CB: hue angle of 301.07º 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 #CC94CB is Cyan = 0, Magento = 0.27, Yellow = 0.00 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 148 203 -
CMYK 0 0.27 0.00 0.2
HSL 301.07º 0.35% 0.69% -
HSV(B) 301.07º 0.27% 0.8% -
XYZ 46.27 38.33 61.46 -
YUV 171.01 146.05 151.53 -
System Red Green Blue C M Y K H S L
Decimal 204 148 203 0 0.27 0.00 0.2 301.07 0.35 0.69
Hex CC 94 CB 0 1B 0 14 12D 23 45
Octal 314 224 313 0 33 0 24 455 43 105
Binary 11001100 10010100 11001011 0 11011 0 10100 100101101 100011 1000101

Color Harmonies of #CC94CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC94CB

Black with #CC94CB

Text Example


Text Example

White with #CC94CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC94CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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