#CF8DCD

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

Shades of Lilac #CF8DCD

Tints of Lilac #CF8DCD

Color information

#CF8DCD (or 0xCF8DCD) is unknown color: approx Lilac. HEX triplet: CF, 8D and CD. RGB value is (207,141,205). Sum of RGB (Red+Green+Blue) = 207+141+205=553 (73% of max value = 765). Red value is 207 (81.25% from 255 or 37.43% from 553); Green value is 141 (55.47% from 255 or 25.50% from 553); Blue value is 205 (80.47% from 255 or 37.07% from 553); Max value from RGB is 207 - color contains mainly: red. Hex color #CF8DCD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CF8DCD is #307232. Grayscale: #A7A7A7. Windows color (decimal): -3174963 or 13471183. OLE color: 13471183.

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

Color convert

RGB207141205-
CMYK00.320.010.19
HSL301.82º40.74%68.24%-
HSV(B)301.82º31.88%81.18%-
XYZ46.2836.7262.41-
YUV168.03148.87155.8-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 37.43%
GREEN value IS 141 (55.47% from 255) = 25.50%
BLUE value IS 205 (80.47% from 255) = 37.07%
R=37.43%
G=25.50%
B=37.07%

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
Decimal20714120500.320.010.19301.8240.7468.24
HexCF8DCD02011312e2944
Octal31721531504012345651104
Binary11001111100011011100110101000001100111001011101010011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF8DCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF8DCD; }

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

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

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

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

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

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

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

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