#CF9ACA

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

Shades of Lilac #CF9ACA

Tints of Lilac #CF9ACA

Color information

#CF9ACA (or 0xCF9ACA) is unknown color: approx Lilac. HEX triplet: CF, 9A and CA. RGB value is (207,154,202). Sum of RGB (Red+Green+Blue) = 207+154+202=563 (74% of max value = 765). Red value is 207 (81.25% from 255 or 36.77% from 563); Green value is 154 (60.55% from 255 or 27.35% from 563); Blue value is 202 (79.30% from 255 or 35.88% from 563); Max value from RGB is 207 - color contains mainly: red. Hex color #CF9ACA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CF9ACA is #306535. Grayscale: #AFAFAF. Windows color (decimal): -3171638 or 13277903. OLE color: 13277903.

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

Color convert

RGB207154202-
CMYK00.260.020.19
HSL305.66º35.57%70.78%-
HSV(B)305.66º25.6%81.18%-
XYZ47.9540.6461.19-
YUV175.32143.06150.6-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 36.77%
GREEN value IS 154 (60.55% from 255) = 27.35%
BLUE value IS 202 (79.30% from 255) = 35.88%
R=36.77%
G=27.35%
B=35.88%

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
Decimal20715420200.260.020.19305.6635.5770.78
HexCF9ACA01A2131322447
Octal31723231203222346244107
Binary11001111100110101100101001101010100111001100101001001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF9ACA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF9ACA; }

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

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

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

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

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

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

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

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