#CD8DCB

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

Shades of Lilac #CD8DCB

Tints of Lilac #CD8DCB

Color information

#CD8DCB (or 0xCD8DCB) is unknown color: approx Lilac. HEX triplet: CD, 8D and CB. RGB value is (205,141,203). Sum of RGB (Red+Green+Blue) = 205+141+203=549 (72% of max value = 765). Red value is 205 (80.47% from 255 or 37.34% from 549); Green value is 141 (55.47% from 255 or 25.68% from 549); Blue value is 203 (79.69% from 255 or 36.98% from 549); Max value from RGB is 205 - color contains mainly: red. Hex color #CD8DCB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CD8DCB is #327234. Grayscale: #A7A7A7. Windows color (decimal): -3306037 or 13340109. OLE color: 13340109.

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

Color convert

RGB205141203-
CMYK00.310.010.20
HSL301.88º39.02%67.84%-
HSV(B)301.88º31.22%80.39%-
XYZ45.4836.3461.12-
YUV167.2148.2154.96-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 37.34%
GREEN value IS 141 (55.47% from 255) = 25.68%
BLUE value IS 203 (79.69% from 255) = 36.98%
R=37.34%
G=25.68%
B=36.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.01
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20514120300.310.010.20301.8839.0267.84
HexCD8DCB01F11412e2744
Octal31521531303712445647104
Binary1100110110001101110010110111111101001001011101001111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD8DCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD8DCB; }

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

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

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

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

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

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

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

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