#CF8ECF

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

Shades of Lilac #CF8ECF

Tints of Lilac #CF8ECF

Color information

#CF8ECF (or 0xCF8ECF) is unknown color: approx Lilac. HEX triplet: CF, 8E and CF. RGB value is (207,142,207). Sum of RGB (Red+Green+Blue) = 207+142+207=556 (73% of max value = 765). Red value is 207 (81.25% from 255 or 37.23% from 556); Green value is 142 (55.86% from 255 or 25.54% from 556); Blue value is 207 (81.25% from 255 or 37.23% from 556); Max value from RGB is 207 - color contains mainly: red, blue. Hex color #CF8ECF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CF8ECF is #307130. Grayscale: #A8A8A8. Windows color (decimal): -3174705 or 13602511. OLE color: 13602511.

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

Color convert

RGB207142207-
CMYK00.3100.19
HSL300º40.37%68.43%-
HSV(B)300º31.4%81.18%-
XYZ46.6737.1263.74-
YUV168.85149.53155.21-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 37.23%
GREEN value IS 142 (55.86% from 255) = 25.54%
BLUE value IS 207 (81.25% from 255) = 37.23%
R=37.23%
G=25.54%
B=37.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20714220700.3100.1930040.3768.43
HexCF8ECF01F01312c2844
Octal31721631703702345450104
Binary1100111110001110110011110111110100111001011001010001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF8ECF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF8ECF; }

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

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

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

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

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

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

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

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