#CD8DCC

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

Shades of Lilac #CD8DCC

Tints of Lilac #CD8DCC

Color information

#CD8DCC (or 0xCD8DCC) is unknown color: approx Lilac. HEX triplet: CD, 8D and CC. RGB value is (205,141,204). Sum of RGB (Red+Green+Blue) = 205+141+204=550 (72% of max value = 765). Red value is 205 (80.47% from 255 or 37.27% from 550); Green value is 141 (55.47% from 255 or 25.64% from 550); Blue value is 204 (80.08% from 255 or 37.09% from 550); Max value from RGB is 205 - color contains mainly: red. Hex color #CD8DCC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CD8DCC is #327233. Grayscale: #A7A7A7. Windows color (decimal): -3306036 or 13405645. OLE color: 13405645.

HSL color Cylindrical-coordinate representation of color #CD8DCC: hue angle of 300.94º degrees, saturation: 0.39, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #CD8DCC is Cyan = 0, Magento = 0.31, Yellow = 0.00 and Black (K on CMYK) = 0.20.

Color convert

RGB205141204-
CMYK00.310.000.20
HSL300.94º39.02%67.84%-
HSV(B)300.94º31.22%80.39%-
XYZ45.636.3961.75-
YUV167.32148.7154.88-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 37.27%
GREEN value IS 141 (55.47% from 255) = 25.64%
BLUE value IS 204 (80.08% from 255) = 37.09%
R=37.27%
G=25.64%
B=37.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.00
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20514120400.310.000.20300.9439.0267.84
HexCD8DCC01F01412d2744
Octal31521531403702445547104
Binary1100110110001101110011000111110101001001011011001111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD8DCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD8DCC; }

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

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

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

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

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

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

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

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