#CF99CA

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

Shades of Lilac #CF99CA

Tints of Lilac #CF99CA

Color information

#CF99CA (or 0xCF99CA) is unknown color: approx Lilac. HEX triplet: CF, 99 and CA. RGB value is (207,153,202). Sum of RGB (Red+Green+Blue) = 207+153+202=562 (74% of max value = 765). Red value is 207 (81.25% from 255 or 36.83% from 562); Green value is 153 (60.16% from 255 or 27.22% from 562); Blue value is 202 (79.30% from 255 or 35.94% from 562); Max value from RGB is 207 - color contains mainly: red. Hex color #CF99CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CF99CA is #306635. Grayscale: #AEAEAE. Windows color (decimal): -3171894 or 13277647. OLE color: 13277647.

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

Color convert

RGB207153202-
CMYK00.260.020.19
HSL305.56º36%70.59%-
HSV(B)305.56º26.09%81.18%-
XYZ47.7840.3161.14-
YUV174.73143.39151.02-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 36.83%
GREEN value IS 153 (60.16% from 255) = 27.22%
BLUE value IS 202 (79.30% from 255) = 35.94%
R=36.83%
G=27.22%
B=35.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.02
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20715320200.260.020.19305.563670.59
HexCF99CA01A2131322447
Octal31723131203222346244107
Binary11001111100110011100101001101010100111001100101001001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF99CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF99CA; }

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

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

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

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

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

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

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

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