#CF8DCC

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

Shades of Lilac #CF8DCC

Tints of Lilac #CF8DCC

Color information

#CF8DCC (or 0xCF8DCC) is unknown color: approx Lilac. HEX triplet: CF, 8D and CC. RGB value is (207,141,204). Sum of RGB (Red+Green+Blue) = 207+141+204=552 (73% of max value = 765). Red value is 207 (81.25% from 255 or 37.5% from 552); Green value is 141 (55.47% from 255 or 25.54% from 552); Blue value is 204 (80.08% from 255 or 36.96% from 552); Max value from RGB is 207 - color contains mainly: red. Hex color #CF8DCC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CF8DCC is #307233. Grayscale: #A7A7A7. Windows color (decimal): -3174964 or 13405647. OLE color: 13405647.

HSL color Cylindrical-coordinate representation of color #CF8DCC: hue angle of 302.73º degrees, saturation: 0.41, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #CF8DCC is Cyan = 0, Magento = 0.32, Yellow = 0.01 and Black (K on CMYK) = 0.19.

Color convert

RGB207141204-
CMYK00.320.010.19
HSL302.73º40.74%68.24%-
HSV(B)302.73º31.88%81.18%-
XYZ46.1636.6761.77-
YUV167.92148.37155.88-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 37.5%
GREEN value IS 141 (55.47% from 255) = 25.54%
BLUE value IS 204 (80.08% from 255) = 36.96%
R=37.5%
G=25.54%
B=36.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.01
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20714120400.320.010.19302.7340.7468.24
HexCF8DCC02011312f2944
Octal31721531404012345751104
Binary11001111100011011100110001000001100111001011111010011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF8DCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF8DCC; }

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

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

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

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

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

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

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

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