#CF8ECA

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

Shades of Lilac #CF8ECA

Tints of Lilac #CF8ECA

Color information

#CF8ECA (or 0xCF8ECA) is unknown color: approx Lilac. HEX triplet: CF, 8E and CA. RGB value is (207,142,202). Sum of RGB (Red+Green+Blue) = 207+142+202=551 (72% of max value = 765). Red value is 207 (81.25% from 255 or 37.57% from 551); Green value is 142 (55.86% from 255 or 25.77% from 551); Blue value is 202 (79.30% from 255 or 36.66% from 551); Max value from RGB is 207 - color contains mainly: red. Hex color #CF8ECA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CF8ECA is #307135. Grayscale: #A8A8A8. Windows color (decimal): -3174710 or 13274831. OLE color: 13274831.

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

Color convert

RGB207142202-
CMYK00.310.020.19
HSL304.62º40.37%68.43%-
HSV(B)304.62º31.4%81.18%-
XYZ46.0736.8860.57-
YUV168.28147.03155.62-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 37.57%
GREEN value IS 142 (55.86% from 255) = 25.77%
BLUE value IS 202 (79.30% from 255) = 36.66%
R=37.57%
G=25.77%
B=36.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.02
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20714220200.310.020.19304.6240.3768.43
HexCF8ECA01F2131312844
Octal31721631203722346150104
Binary11001111100011101100101001111110100111001100011010001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF8ECA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF8ECA; }

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

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

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

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

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

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

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

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