Html Css Color HEX #CA99CE Lilac

📋 copy color: '#CA99CE'

red 202 ◦ green 153 ◦ blue 206

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

Shades of Lilac #CA99CE

Tints of Lilac #CA99CE

RGB

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

 GREEN value IS 153 (60.16% from 255) = 27.27%

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

R = 36.01%
G = 27.27%
B = 36.72%

CMYK

 C value IS 0.02

 M value IS 0.26

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#CA99CE (or 0xCA99CE) is known color: Lilac. HEX triplet: CA, 99 and CE. RGB value is (202,153,206). Sum of RGB (Red+Green+Blue) = 202+153+206=561 (74% of max value = 765). Red value is 202 (79.30% from 255 or 36.01% from 561); Green value is 153 (60.16% from 255 or 27.27% from 561); Blue value is 206 (80.86% from 255 or 36.72% from 561); Max value from RGB is 206 - color contains mainly: blue. Hex color #CA99CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CA99CE is #356631. Grayscale: #ADADAD. Windows color (decimal): -3499570 or 13539786. OLE color: 13539786.

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

Color convert

RGB 202 153 206 -
CMYK 0.02 0.26 0 0.19
HSL 295.47º 0.35% 0.7% -
HSV(B) 295.47º 0.26% 0.81% -
XYZ 46.89 39.8 63.6 -
YUV 173.69 146.23 148.19 -
System Red Green Blue C M Y K H S L
Decimal 202 153 206 0.02 0.26 0 0.19 295.47 0.35 0.7
Hex CA 99 CE 2 1A 0 13 127 23 46
Octal 312 231 316 2 32 0 23 447 43 106
Binary 11001010 10011001 11001110 10 11010 0 10011 100100111 100011 1000110

Color Harmonies of #CA99CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA99CE

Black with #CA99CE

Text Example


Text Example

White with #CA99CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA99CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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