#cd7eb5

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

Shades of Lily #CD7EB5

Tints of Lily #CD7EB5

Color information

#CD7EB5 (or 0xCD7EB5) is unknown color: approx Lily. HEX triplet: CD, 7E and B5. RGB value is (205,126,181). Sum of RGB (Red+Green+Blue) = 205+126+181=512 (67% of max value = 765). Red value is 205 (80.47% from 255 or 40.04% from 512); Green value is 126 (49.61% from 255 or 24.61% from 512); Blue value is 181 (71.09% from 255 or 35.35% from 512); Max value from RGB is 205 - color contains mainly: red. Hex color #CD7EB5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CD7EB5 is #32814A. Grayscale: #9B9B9B. Windows color (decimal): -3309899 or 11894477. OLE color: 11894477.

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

Color convert

RGB205126181-
CMYK00.390.120.20
HSL318.23º44.13%64.9%-
HSV(B)318.23º38.54%80.39%-
XYZ40.9831.2447.59-
YUV155.89142.17163.03-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 40.04%
GREEN value IS 126 (49.61% from 255) = 24.61%
BLUE value IS 181 (71.09% from 255) = 35.35%
R=40.04%
G=24.61%
B=35.35%

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
Decimal20512618100.390.120.20318.2344.1364.9
HexCD7EB5027C1413e2c41
Octal315176265047142447654101
Binary1100110111111101011010101001111100101001001111101011001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #cd7eb5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #cd7eb5; }

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

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

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

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

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

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

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

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