#CF9ACC

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

Shades of Lilac #CF9ACC

Tints of Lilac #CF9ACC

Color information

#CF9ACC (or 0xCF9ACC) is unknown color: approx Lilac. HEX triplet: CF, 9A and CC. RGB value is (207,154,204). Sum of RGB (Red+Green+Blue) = 207+154+204=565 (74% of max value = 765). Red value is 207 (81.25% from 255 or 36.64% from 565); Green value is 154 (60.55% from 255 or 27.26% from 565); Blue value is 204 (80.08% from 255 or 36.11% from 565); Max value from RGB is 207 - color contains mainly: red. Hex color #CF9ACC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CF9ACC is #306533. Grayscale: #AFAFAF. Windows color (decimal): -3171636 or 13408975. OLE color: 13408975.

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

Color convert

RGB207154204-
CMYK00.260.010.19
HSL303.4º35.57%70.78%-
HSV(B)303.4º25.6%81.18%-
XYZ48.1940.7462.45-
YUV175.55144.06150.43-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 36.64%
GREEN value IS 154 (60.55% from 255) = 27.26%
BLUE value IS 204 (80.08% from 255) = 36.11%
R=36.64%
G=27.26%
B=36.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.01
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20715420400.260.010.19303.435.5770.78
HexCF9ACC01A11312f2447
Octal31723231403212345744107
Binary1100111110011010110011000110101100111001011111001001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF9ACC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF9ACC; }

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

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

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

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

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

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

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

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