#CD7FB5

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

Shades of Lily #CD7FB5

Tints of Lily #CD7FB5

Color information

#CD7FB5 (or 0xCD7FB5) is unknown color: approx Lily. HEX triplet: CD, 7F and B5. RGB value is (205,127,181). Sum of RGB (Red+Green+Blue) = 205+127+181=513 (67% of max value = 765). Red value is 205 (80.47% from 255 or 39.96% from 513); Green value is 127 (50% from 255 or 24.76% from 513); Blue value is 181 (71.09% from 255 or 35.28% from 513); Max value from RGB is 205 - color contains mainly: red. Hex color #CD7FB5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CD7FB5 is #32804A. Grayscale: #9C9C9C. Windows color (decimal): -3309643 or 11894733. OLE color: 11894733.

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

Color convert

RGB205127181-
CMYK00.380.120.20
HSL318.46º43.82%65.1%-
HSV(B)318.46º38.05%80.39%-
XYZ41.1131.4947.63-
YUV156.48141.84162.61-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 39.96%
GREEN value IS 127 (50% from 255) = 24.76%
BLUE value IS 181 (71.09% from 255) = 35.28%
R=39.96%
G=24.76%
B=35.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.12
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20512718100.380.120.20318.4643.8265.1
HexCD7FB5026C1413e2c41
Octal315177265046142447654101
Binary1100110111111111011010101001101100101001001111101011001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD7FB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD7FB5; }

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

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

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

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

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

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

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

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