Html Css Color HEX #CA9EC1 Lilac

📋 copy color: '#CA9EC1'

red 202 ◦ green 158 ◦ blue 193

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

Shades of Lilac #CA9EC1

Tints of Lilac #CA9EC1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 34.9%

R = 36.53%
G = 28.57%
B = 34.9%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.04

 K value IS 0.21

RGB Variations

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

Color information

#CA9EC1 (or 0xCA9EC1) is known color: Lilac. HEX triplet: CA, 9E and C1. RGB value is (202,158,193). Sum of RGB (Red+Green+Blue) = 202+158+193=553 (73% of max value = 765). Red value is 202 (79.30% from 255 or 36.53% from 553); Green value is 158 (62.11% from 255 or 28.57% from 553); Blue value is 193 (75.78% from 255 or 34.90% from 553); Max value from RGB is 202 - color contains mainly: red. Hex color #CA9EC1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CA9EC1 is #35613E. Grayscale: #AFAFAF. Windows color (decimal): -3498303 or 12689098. OLE color: 12689098.

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

Color convert

RGB 202 158 193 -
CMYK 0 0.22 0.04 0.21
HSL 312.27º 0.29% 0.71% -
HSV(B) 312.27º 0.22% 0.79% -
XYZ 46.21 40.86 55.9 -
YUV 175.15 138.08 147.15 -
System Red Green Blue C M Y K H S L
Decimal 202 158 193 0 0.22 0.04 0.21 312.27 0.29 0.71
Hex CA 9E C1 0 16 4 15 138 1D 47
Octal 312 236 301 0 26 4 25 470 35 107
Binary 11001010 10011110 11000001 0 10110 100 10101 100111000 11101 1000111

Color Harmonies of #CA9EC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA9EC1

Black with #CA9EC1

Text Example


Text Example

White with #CA9EC1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA9EC1; }

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

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

background-color css

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

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

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

border-color css

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

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

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