Html Css Color HEX #CA9ECB Lilac

📋 copy color: '#CA9ECB'

red 202 ◦ green 158 ◦ blue 203

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

Shades of Lilac #CA9ECB

Tints of Lilac #CA9ECB

RGB

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

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

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

R = 35.88%
G = 28.06%
B = 36.06%

CMYK

 C value IS 0.00

 M value IS 0.22

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#CA9ECB (or 0xCA9ECB) is known color: Lilac. HEX triplet: CA, 9E and CB. RGB value is (202,158,203). Sum of RGB (Red+Green+Blue) = 202+158+203=563 (74% of max value = 765). Red value is 202 (79.30% from 255 or 35.88% from 563); Green value is 158 (62.11% from 255 or 28.06% from 563); Blue value is 203 (79.69% from 255 or 36.06% from 563); Max value from RGB is 203 - color contains mainly: blue. Hex color #CA9ECB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CA9ECB is #356134. Grayscale: #B0B0B0. Windows color (decimal): -3498293 or 13344458. OLE color: 13344458.

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

Color convert

RGB 202 158 203 -
CMYK 0.00 0.22 0 0.20
HSL 298.67º 0.3% 0.71% -
HSV(B) 298.67º 0.22% 0.8% -
XYZ 47.36 41.32 61.98 -
YUV 176.29 143.08 146.34 -
System Red Green Blue C M Y K H S L
Decimal 202 158 203 0.00 0.22 0 0.20 298.67 0.3 0.71
Hex CA 9E CB 0 16 0 14 12B 1E 47
Octal 312 236 313 0 26 0 24 453 36 107
Binary 11001010 10011110 11001011 0 10110 0 10100 100101011 11110 1000111

Color Harmonies of #CA9ECB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA9ECB

Black with #CA9ECB

Text Example


Text Example

White with #CA9ECB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA9ECB; }

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

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

background-color css

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

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

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

border-color css

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

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

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