#CF8DC7

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

Shades of Lilac #CF8DC7

Tints of Lilac #CF8DC7

Color information

#CF8DC7 (or 0xCF8DC7) is unknown color: approx Lilac. HEX triplet: CF, 8D and C7. RGB value is (207,141,199). Sum of RGB (Red+Green+Blue) = 207+141+199=547 (72% of max value = 765). Red value is 207 (81.25% from 255 or 37.84% from 547); Green value is 141 (55.47% from 255 or 25.78% from 547); Blue value is 199 (78.12% from 255 or 36.38% from 547); Max value from RGB is 207 - color contains mainly: red. Hex color #CF8DC7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CF8DC7 is #307238. Grayscale: #A7A7A7. Windows color (decimal): -3174969 or 13077967. OLE color: 13077967.

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

Color convert

RGB207141199-
CMYK00.320.040.19
HSL307.27º40.74%68.24%-
HSV(B)307.27º31.88%81.18%-
XYZ45.5736.4458.66-
YUV167.35145.87156.28-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 37.84%
GREEN value IS 141 (55.47% from 255) = 25.78%
BLUE value IS 199 (78.12% from 255) = 36.38%
R=37.84%
G=25.78%
B=36.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.04
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20714119900.320.040.19307.2740.7468.24
HexCF8DC70204131332944
Octal31721530704042346351104
Binary1100111110001101110001110100000100100111001100111010011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF8DC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF8DC7; }

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

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

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

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

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

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

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

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