#CF9ACF

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

Shades of Lilac #CF9ACF

Tints of Lilac #CF9ACF

Color information

#CF9ACF (or 0xCF9ACF) is unknown color: approx Lilac. HEX triplet: CF, 9A and CF. RGB value is (207,154,207). Sum of RGB (Red+Green+Blue) = 207+154+207=568 (75% of max value = 765). Red value is 207 (81.25% from 255 or 36.44% from 568); Green value is 154 (60.55% from 255 or 27.11% from 568); Blue value is 207 (81.25% from 255 or 36.44% from 568); Max value from RGB is 207 - color contains mainly: red, blue. Hex color #CF9ACF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CF9ACF is #306530. Grayscale: #AFAFAF. Windows color (decimal): -3171633 or 13605583. OLE color: 13605583.

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

Color convert

RGB207154207-
CMYK00.2600.19
HSL300º35.57%70.78%-
HSV(B)300º25.6%81.18%-
XYZ48.5540.8864.36-
YUV175.89145.56150.19-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 36.44%
GREEN value IS 154 (60.55% from 255) = 27.11%
BLUE value IS 207 (81.25% from 255) = 36.44%
R=36.44%
G=27.11%
B=36.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20715420700.2600.1930035.5770.78
HexCF9ACF01A01312c2447
Octal31723231703202345444107
Binary1100111110011010110011110110100100111001011001001001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF9ACF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF9ACF; }

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

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

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

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

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

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

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

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