Html Css Color HEX #CA9BCC Lilac

📋 copy color: '#CA9BCC'

red 202 ◦ green 155 ◦ blue 204

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

Shades of Lilac #CA9BCC

Tints of Lilac #CA9BCC

RGB

 RED value IS 202 (79.3% from 255) = 36.01%

 GREEN value IS 155 (60.94% from 255) = 27.63%

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

R = 36.01%
G = 27.63%
B = 36.36%

CMYK

 C value IS 0.01

 M value IS 0.24

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#CA9BCC (or 0xCA9BCC) is known color: Lilac. HEX triplet: CA, 9B and CC. RGB value is (202,155,204). Sum of RGB (Red+Green+Blue) = 202+155+204=561 (74% of max value = 765). Red value is 202 (79.30% from 255 or 36.01% from 561); Green value is 155 (60.94% from 255 or 27.63% from 561); Blue value is 204 (80.08% from 255 or 36.36% from 561); Max value from RGB is 204 - color contains mainly: blue. Hex color #CA9BCC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CA9BCC is #356433. Grayscale: #AEAEAE. Windows color (decimal): -3499060 or 13409226. OLE color: 13409226.

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

Color convert

RGB 202 155 204 -
CMYK 0.01 0.24 0 0.2
HSL 297.55º 0.32% 0.7% -
HSV(B) 297.55º 0.24% 0.8% -
XYZ 46.98 40.36 62.44 -
YUV 174.64 144.57 147.52 -
System Red Green Blue C M Y K H S L
Decimal 202 155 204 0.01 0.24 0 0.2 297.55 0.32 0.7
Hex CA 9B CC 1 18 0 14 12A 20 46
Octal 312 233 314 1 30 0 24 452 40 106
Binary 11001010 10011011 11001100 1 11000 0 10100 100101010 100000 1000110

Color Harmonies of #CA9BCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA9BCC

Black with #CA9BCC

Text Example


Text Example

White with #CA9BCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA9BCC; }

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

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

background-color css

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

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

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

border-color css

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

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

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