#CD8DCF

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

Shades of Lilac #CD8DCF

Tints of Lilac #CD8DCF

Color information

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

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

Color convert

RGB205141207-
CMYK0.010.3200.19
HSL298.18º40.74%68.24%-
HSV(B)298.18º31.88%81.18%-
XYZ45.9636.5363.66-
YUV167.66150.2154.63-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2051412070.010.3200.19298.1840.7468.24
HexCD8DCF12001312a2944
Octal31521531714002345251104
Binary11001101100011011100111111000000100111001010101010011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD8DCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD8DCF; }

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

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

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

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

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

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

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

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