Html Css Color HEX #CA9EC9 Lilac

📋 copy color: '#CA9EC9'

red 202 ◦ green 158 ◦ blue 201

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

Shades of Lilac #CA9EC9

Tints of Lilac #CA9EC9

RGB

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

 GREEN value IS 158 (62.11% from 255) = 28.16%

 BLUE value IS 201 (78.91% from 255) = 35.83%

R = 36.01%
G = 28.16%
B = 35.83%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.00

 K value IS 0.21

RGB Variations

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

Color information

#CA9EC9 (or 0xCA9EC9) is known color: Lilac. HEX triplet: CA, 9E and C9. RGB value is (202,158,201). Sum of RGB (Red+Green+Blue) = 202+158+201=561 (74% of max value = 765). Red value is 202 (79.30% from 255 or 36.01% from 561); Green value is 158 (62.11% from 255 or 28.16% from 561); Blue value is 201 (78.91% from 255 or 35.83% from 561); Max value from RGB is 202 - color contains mainly: red. Hex color #CA9EC9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CA9EC9 is #356136. Grayscale: #AFAFAF. Windows color (decimal): -3498295 or 13213386. OLE color: 13213386.

HSL color Cylindrical-coordinate representation of color #CA9EC9: hue angle of 301.36º degrees, saturation: 0.29, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #CA9EC9 is Cyan = 0, Magento = 0.22, Yellow = 0.00 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 158 201 -
CMYK 0 0.22 0.00 0.21
HSL 301.36º 0.29% 0.71% -
HSV(B) 301.36º 0.22% 0.79% -
XYZ 47.13 41.23 60.73 -
YUV 176.06 142.08 146.5 -
System Red Green Blue C M Y K H S L
Decimal 202 158 201 0 0.22 0.00 0.21 301.36 0.29 0.71
Hex CA 9E C9 0 16 0 15 12D 1D 47
Octal 312 236 311 0 26 0 25 455 35 107
Binary 11001010 10011110 11001001 0 10110 0 10101 100101101 11101 1000111

Color Harmonies of #CA9EC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA9EC9

Black with #CA9EC9

Text Example


Text Example

White with #CA9EC9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA9EC9; }

 p { color: rgb(202,158,201); }

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

background-color css

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

 a { background-color: rgb(202,158,201); }

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

border-color css

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

 span { border-color: rgb(202,158,201); }

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