Html Css Color HEX #CA99C5 Lilac

📋 copy color: '#CA99C5'

red 202 ◦ green 153 ◦ blue 197

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

Shades of Lilac #CA99C5

Tints of Lilac #CA99C5

RGB

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

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

 BLUE value IS 197 (77.34% from 255) = 35.69%

R = 36.59%
G = 27.72%
B = 35.69%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.02

 K value IS 0.21

RGB Variations

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

Color information

#CA99C5 (or 0xCA99C5) is known color: Lilac. HEX triplet: CA, 99 and C5. RGB value is (202,153,197). Sum of RGB (Red+Green+Blue) = 202+153+197=552 (73% of max value = 765). Red value is 202 (79.30% from 255 or 36.59% from 552); Green value is 153 (60.16% from 255 or 27.72% from 552); Blue value is 197 (77.34% from 255 or 35.69% from 552); Max value from RGB is 202 - color contains mainly: red. Hex color #CA99C5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CA99C5 is #35663A. Grayscale: #ACACAC. Windows color (decimal): -3499579 or 12949962. OLE color: 12949962.

HSL color Cylindrical-coordinate representation of color #CA99C5: hue angle of 306.12º degrees, saturation: 0.32, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #CA99C5 is Cyan = 0, Magento = 0.24, Yellow = 0.02 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 153 197 -
CMYK 0 0.24 0.02 0.21
HSL 306.12º 0.32% 0.7% -
HSV(B) 306.12º 0.24% 0.79% -
XYZ 45.83 39.37 58.01 -
YUV 172.67 141.73 148.92 -
System Red Green Blue C M Y K H S L
Decimal 202 153 197 0 0.24 0.02 0.21 306.12 0.32 0.7
Hex CA 99 C5 0 18 2 15 132 20 46
Octal 312 231 305 0 30 2 25 462 40 106
Binary 11001010 10011001 11000101 0 11000 10 10101 100110010 100000 1000110

Color Harmonies of #CA99C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA99C5

Black with #CA99C5

Text Example


Text Example

White with #CA99C5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA99C5; }

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

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

background-color css

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

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

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

border-color css

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

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

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