Html Css Color HEX #CA9EC6 Lilac

📋 copy color: '#CA9EC6'

red 202 ◦ green 158 ◦ blue 198

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

Shades of Lilac #CA9EC6

Tints of Lilac #CA9EC6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 35.48%

R = 36.2%
G = 28.32%
B = 35.48%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.02

 K value IS 0.21

RGB Variations

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

Color information

#CA9EC6 (or 0xCA9EC6) is known color: Lilac. HEX triplet: CA, 9E and C6. RGB value is (202,158,198). Sum of RGB (Red+Green+Blue) = 202+158+198=558 (73% of max value = 765). Red value is 202 (79.30% from 255 or 36.20% from 558); Green value is 158 (62.11% from 255 or 28.32% from 558); Blue value is 198 (77.73% from 255 or 35.48% from 558); Max value from RGB is 202 - color contains mainly: red. Hex color #CA9EC6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CA9EC6 is #356139. Grayscale: #AFAFAF. Windows color (decimal): -3498298 or 13016778. OLE color: 13016778.

HSL color Cylindrical-coordinate representation of color #CA9EC6: hue angle of 305.45º 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 #CA9EC6 is Cyan = 0, Magento = 0.22, Yellow = 0.02 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 158 198 -
CMYK 0 0.22 0.02 0.21
HSL 305.45º 0.29% 0.71% -
HSV(B) 305.45º 0.22% 0.79% -
XYZ 46.78 41.09 58.89 -
YUV 175.72 140.58 146.75 -
System Red Green Blue C M Y K H S L
Decimal 202 158 198 0 0.22 0.02 0.21 305.45 0.29 0.71
Hex CA 9E C6 0 16 2 15 131 1D 47
Octal 312 236 306 0 26 2 25 461 35 107
Binary 11001010 10011110 11000110 0 10110 10 10101 100110001 11101 1000111

Color Harmonies of #CA9EC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA9EC6

Black with #CA9EC6

Text Example


Text Example

White with #CA9EC6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA9EC6; }

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

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

background-color css

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

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

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

border-color css

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

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

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