Html Css Color HEX #CC96CA Lilac

📋 copy color: '#CC96CA'

red 204 ◦ green 150 ◦ blue 202

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

Shades of Lilac #CC96CA

Tints of Lilac #CC96CA

RGB

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

 GREEN value IS 150 (58.98% from 255) = 26.98%

 BLUE value IS 202 (79.3% from 255) = 36.33%

R = 36.69%
G = 26.98%
B = 36.33%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.01

 K value IS 0.2

RGB Variations

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

Color information

#CC96CA (or 0xCC96CA) is known color: Lilac. HEX triplet: CC, 96 and CA. RGB value is (204,150,202). Sum of RGB (Red+Green+Blue) = 204+150+202=556 (73% of max value = 765). Red value is 204 (80.08% from 255 or 36.69% from 556); Green value is 150 (58.98% from 255 or 26.98% from 556); Blue value is 202 (79.30% from 255 or 36.33% from 556); Max value from RGB is 204 - color contains mainly: red. Hex color #CC96CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CC96CA is #336935. Grayscale: #ABABAB. Windows color (decimal): -3369270 or 13276876. OLE color: 13276876.

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

Color convert

RGB 204 150 202 -
CMYK 0 0.26 0.01 0.2
HSL 302.22º 0.35% 0.69% -
HSV(B) 302.22º 0.26% 0.8% -
XYZ 46.47 38.91 60.94 -
YUV 172.07 144.89 150.77 -
System Red Green Blue C M Y K H S L
Decimal 204 150 202 0 0.26 0.01 0.2 302.22 0.35 0.69
Hex CC 96 CA 0 1A 1 14 12E 23 45
Octal 314 226 312 0 32 1 24 456 43 105
Binary 11001100 10010110 11001010 0 11010 1 10100 100101110 100011 1000101

Color Harmonies of #CC96CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC96CA

Black with #CC96CA

Text Example


Text Example

White with #CC96CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC96CA; }

 p { color: rgb(204,150,202); }

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

background-color css

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

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

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

border-color css

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

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

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