#CA99C7

Color #CA99C7 Lilac (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lilac #CA99C7

Tints of Lilac #CA99C7

Color information

#CA99C7 (or 0xCA99C7) is unknown color: approx Lilac. HEX triplet: CA, 99 and C7. RGB value is (202,153,199). Sum of RGB (Red+Green+Blue) = 202+153+199=554 (73% of max value = 765). Red value is 202 (79.30% from 255 or 36.46% from 554); Green value is 153 (60.16% from 255 or 27.62% from 554); Blue value is 199 (78.12% from 255 or 35.92% from 554); Max value from RGB is 202 - color contains mainly: red. Hex color #CA99C7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CA99C7 is #356638. Grayscale: #ACACAC. Windows color (decimal): -3499577 or 13081034. OLE color: 13081034.

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

Color convert

RGB202153199-
CMYK00.240.010.21
HSL303.67º31.61%69.61%-
HSV(B)303.67º24.26%79.22%-
XYZ46.0639.4659.22-
YUV172.9142.73148.76-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 36.46%
GREEN value IS 153 (60.16% from 255) = 27.62%
BLUE value IS 199 (78.12% from 255) = 35.92%
R=36.46%
G=27.62%
B=35.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.01
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20215319900.240.010.21303.6731.6169.61
HexCA99C70181151302046
Octal31223130703012546040106
Binary1100101010011001110001110110001101011001100001000001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA99C7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA99C7; }

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

 H1.HeaderClassName
 {
   color: #CA99C7;
 }
 .AnyTagClassName
 {
   color: #CA99C7;
 }
</style>
background-color css

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

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

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

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

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

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