Html Css Color HEX #CA9FCD Lilac

📋 copy color: '#CA9FCD'

red 202 ◦ green 159 ◦ blue 205

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

Shades of Lilac #CA9FCD

Tints of Lilac #CA9FCD

RGB

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

 GREEN value IS 159 (62.5% from 255) = 28.09%

 BLUE value IS 205 (80.47% from 255) = 36.22%

R = 35.69%
G = 28.09%
B = 36.22%

CMYK

 C value IS 0.01

 M value IS 0.22

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#CA9FCD (or 0xCA9FCD) is known color: Lilac. HEX triplet: CA, 9F and CD. RGB value is (202,159,205). Sum of RGB (Red+Green+Blue) = 202+159+205=566 (74% of max value = 765). Red value is 202 (79.30% from 255 or 35.69% from 566); Green value is 159 (62.5% from 255 or 28.09% from 566); Blue value is 205 (80.47% from 255 or 36.22% from 566); Max value from RGB is 205 - color contains mainly: blue. Hex color #CA9FCD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CA9FCD is #356032. Grayscale: #B0B0B0. Windows color (decimal): -3498035 or 13475786. OLE color: 13475786.

HSL color Cylindrical-coordinate representation of color #CA9FCD: hue angle of 296.09º degrees, saturation: 0.32, 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 #CA9FCD is Cyan = 0.01, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 202 159 205 -
CMYK 0.01 0.22 0 0.20
HSL 296.09º 0.32% 0.71% -
HSV(B) 296.09º 0.22% 0.8% -
XYZ 47.77 41.76 63.3 -
YUV 177.1 143.75 145.76 -
System Red Green Blue C M Y K H S L
Decimal 202 159 205 0.01 0.22 0 0.20 296.09 0.32 0.71
Hex CA 9F CD 1 16 0 14 128 20 47
Octal 312 237 315 1 26 0 24 450 40 107
Binary 11001010 10011111 11001101 1 10110 0 10100 100101000 100000 1000111

Color Harmonies of #CA9FCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA9FCD

Black with #CA9FCD

Text Example


Text Example

White with #CA9FCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA9FCD; }

 p { color: rgb(202,159,205); }

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

background-color css

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

 a { background-color: rgb(202,159,205); }

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

border-color css

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

 span { border-color: rgb(202,159,205); }

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