#CF8DCE

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

Shades of Lilac #CF8DCE

Tints of Lilac #CF8DCE

Color information

#CF8DCE (or 0xCF8DCE) is unknown color: approx Lilac. HEX triplet: CF, 8D and CE. RGB value is (207,141,206). Sum of RGB (Red+Green+Blue) = 207+141+206=554 (73% of max value = 765). Red value is 207 (81.25% from 255 or 37.36% from 554); Green value is 141 (55.47% from 255 or 25.45% from 554); Blue value is 206 (80.86% from 255 or 37.18% from 554); Max value from RGB is 207 - color contains mainly: red. Hex color #CF8DCE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CF8DCE is #307231. Grayscale: #A7A7A7. Windows color (decimal): -3174962 or 13536719. OLE color: 13536719.

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

Color convert

RGB207141206-
CMYK00.320.000.19
HSL300.91º40.74%68.24%-
HSV(B)300.91º31.88%81.18%-
XYZ46.436.7763.04-
YUV168.14149.37155.71-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 37.36%
GREEN value IS 141 (55.47% from 255) = 25.45%
BLUE value IS 206 (80.86% from 255) = 37.18%
R=37.36%
G=25.45%
B=37.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.00
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20714120600.320.000.19300.9140.7468.24
HexCF8DCE02001312d2944
Octal31721531604002345551104
Binary11001111100011011100111001000000100111001011011010011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF8DCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF8DCE; }

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

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

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

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

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

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

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

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