#CD7FB7

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

Shades of Lily #CD7FB7

Tints of Lily #CD7FB7

Color information

#CD7FB7 (or 0xCD7FB7) is unknown color: approx Lily. HEX triplet: CD, 7F and B7. RGB value is (205,127,183). Sum of RGB (Red+Green+Blue) = 205+127+183=515 (68% of max value = 765). Red value is 205 (80.47% from 255 or 39.81% from 515); Green value is 127 (50% from 255 or 24.66% from 515); Blue value is 183 (71.88% from 255 or 35.53% from 515); Max value from RGB is 205 - color contains mainly: red. Hex color #CD7FB7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CD7FB7 is #328048. Grayscale: #9C9C9C. Windows color (decimal): -3309641 or 12025805. OLE color: 12025805.

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

Color convert

RGB205127183-
CMYK00.380.110.20
HSL316.92º43.82%65.1%-
HSV(B)316.92º38.05%80.39%-
XYZ41.3131.5848.72-
YUV156.71142.84162.45-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 39.81%
GREEN value IS 127 (50% from 255) = 24.66%
BLUE value IS 183 (71.88% from 255) = 35.53%
R=39.81%
G=24.66%
B=35.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.11
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20512718300.380.110.20316.9243.8265.1
HexCD7FB7026B1413d2c41
Octal315177267046132447554101
Binary1100110111111111011011101001101011101001001111011011001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD7FB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD7FB7; }

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

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

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

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

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

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

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

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