#CD7DB5

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

Shades of Lily #CD7DB5

Tints of Lily #CD7DB5

Color information

#CD7DB5 (or 0xCD7DB5) is unknown color: approx Lily. HEX triplet: CD, 7D and B5. RGB value is (205,125,181). Sum of RGB (Red+Green+Blue) = 205+125+181=511 (67% of max value = 765). Red value is 205 (80.47% from 255 or 40.12% from 511); Green value is 125 (49.22% from 255 or 24.46% from 511); Blue value is 181 (71.09% from 255 or 35.42% from 511); Max value from RGB is 205 - color contains mainly: red. Hex color #CD7DB5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CD7DB5 is #32824A. Grayscale: #9B9B9B. Windows color (decimal): -3310155 or 11894221. OLE color: 11894221.

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

Color convert

RGB205125181-
CMYK00.390.120.20
HSL318º44.44%64.71%-
HSV(B)318º39.02%80.39%-
XYZ40.8530.9847.54-
YUV155.3142.5163.45-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 40.12%
GREEN value IS 125 (49.22% from 255) = 24.46%
BLUE value IS 181 (71.09% from 255) = 35.42%
R=40.12%
G=24.46%
B=35.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.12
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20512518100.390.120.2031844.4464.71
HexCD7DB5027C1413e2c41
Octal315175265047142447654101
Binary1100110111111011011010101001111100101001001111101011001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD7DB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD7DB5; }

 p { color: rgb(205,125,181); }

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

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

 a { background-color: rgb(205,125,181); }

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

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

 span { border-color: rgb(205,125,181); }

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