#CD7DB2

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

Shades of Lily #CD7DB2

Tints of Lily #CD7DB2

Color information

#CD7DB2 (or 0xCD7DB2) is unknown color: approx Lily. HEX triplet: CD, 7D and B2. RGB value is (205,125,178). Sum of RGB (Red+Green+Blue) = 205+125+178=508 (67% of max value = 765). Red value is 205 (80.47% from 255 or 40.35% from 508); Green value is 125 (49.22% from 255 or 24.61% from 508); Blue value is 178 (69.92% from 255 or 35.04% from 508); Max value from RGB is 205 - color contains mainly: red. Hex color #CD7DB2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CD7DB2 is #32824D. Grayscale: #9A9A9A. Windows color (decimal): -3310158 or 11697613. OLE color: 11697613.

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

Color convert

RGB205125178-
CMYK00.390.130.20
HSL320.25º44.44%64.71%-
HSV(B)320.25º39.02%80.39%-
XYZ40.5530.8645.94-
YUV154.96141163.69-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 40.35%
GREEN value IS 125 (49.22% from 255) = 24.61%
BLUE value IS 178 (69.92% from 255) = 35.04%
R=40.35%
G=24.61%
B=35.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.13
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20512517800.390.130.20320.2544.4464.71
HexCD7DB2027D141402c41
Octal315175262047152450054101
Binary1100110111111011011001001001111101101001010000001011001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD7DB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD7DB2; }

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

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

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

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

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

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

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

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