Html Css Color HEX #CA9FCE Lilac

📋 copy color: '#CA9FCE'

red 202 ◦ green 159 ◦ blue 206

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

Shades of Lilac #CA9FCE

Tints of Lilac #CA9FCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 36.33%

R = 35.63%
G = 28.04%
B = 36.33%

CMYK

 C value IS 0.02

 M value IS 0.23

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#CA9FCE (or 0xCA9FCE) is known color: Lilac. HEX triplet: CA, 9F and CE. RGB value is (202,159,206). Sum of RGB (Red+Green+Blue) = 202+159+206=567 (75% of max value = 765). Red value is 202 (79.30% from 255 or 35.63% from 567); Green value is 159 (62.5% from 255 or 28.04% from 567); Blue value is 206 (80.86% from 255 or 36.33% from 567); Max value from RGB is 206 - color contains mainly: blue. Hex color #CA9FCE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CA9FCE is #356031. Grayscale: #B1B1B1. Windows color (decimal): -3498034 or 13541322. OLE color: 13541322.

HSL color Cylindrical-coordinate representation of color #CA9FCE: hue angle of 294.89º degrees, saturation: 0.32, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #CA9FCE is Cyan = 0.02, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 202 159 206 -
CMYK 0.02 0.23 0 0.19
HSL 294.89º 0.32% 0.72% -
HSV(B) 294.89º 0.23% 0.81% -
XYZ 47.9 41.81 63.94 -
YUV 177.22 144.25 145.68 -
System Red Green Blue C M Y K H S L
Decimal 202 159 206 0.02 0.23 0 0.19 294.89 0.32 0.72
Hex CA 9F CE 2 17 0 13 127 20 48
Octal 312 237 316 2 27 0 23 447 40 110
Binary 11001010 10011111 11001110 10 10111 0 10011 100100111 100000 1001000

Color Harmonies of #CA9FCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA9FCE

Black with #CA9FCE

Text Example


Text Example

White with #CA9FCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA9FCE; }

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

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

background-color css

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

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

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

border-color css

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

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

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