#CF9FCA

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

Shades of Lilac #CF9FCA

Tints of Lilac #CF9FCA

Color information

#CF9FCA (or 0xCF9FCA) is unknown color: approx Lilac. HEX triplet: CF, 9F and CA. RGB value is (207,159,202). Sum of RGB (Red+Green+Blue) = 207+159+202=568 (75% of max value = 765). Red value is 207 (81.25% from 255 or 36.44% from 568); Green value is 159 (62.5% from 255 or 27.99% from 568); Blue value is 202 (79.30% from 255 or 35.56% from 568); Max value from RGB is 207 - color contains mainly: red. Hex color #CF9FCA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CF9FCA is #306035. Grayscale: #B2B2B2. Windows color (decimal): -3170358 or 13279183. OLE color: 13279183.

HSL color Cylindrical-coordinate representation of color #CF9FCA: hue angle of 306.25º degrees, saturation: 0.33, 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 #CF9FCA is Cyan = 0, Magento = 0.23, Yellow = 0.02 and Black (K on CMYK) = 0.19.

Color convert

RGB207159202-
CMYK00.230.020.19
HSL306.25º33.33%71.76%-
HSV(B)306.25º23.19%81.18%-
XYZ48.7942.3361.48-
YUV178.25141.4148.5-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 36.44%
GREEN value IS 159 (62.5% from 255) = 27.99%
BLUE value IS 202 (79.30% from 255) = 35.56%
R=36.44%
G=27.99%
B=35.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.02
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20715920200.230.020.19306.2533.3371.76
HexCF9FCA0172131322148
Octal31723731202722346241110
Binary11001111100111111100101001011110100111001100101000011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF9FCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF9FCA; }

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

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

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

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

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

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

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

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