#CD7FB9

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

Shades of Lily #CD7FB9

Tints of Lily #CD7FB9

Color information

#CD7FB9 (or 0xCD7FB9) is unknown color: approx Lily. HEX triplet: CD, 7F and B9. RGB value is (205,127,185). Sum of RGB (Red+Green+Blue) = 205+127+185=517 (68% of max value = 765). Red value is 205 (80.47% from 255 or 39.65% from 517); Green value is 127 (50% from 255 or 24.56% from 517); Blue value is 185 (72.66% from 255 or 35.78% from 517); Max value from RGB is 205 - color contains mainly: red. Hex color #CD7FB9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CD7FB9 is #328046. Grayscale: #9C9C9C. Windows color (decimal): -3309639 or 12156877. OLE color: 12156877.

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

Color convert

RGB205127185-
CMYK00.380.100.20
HSL315.38º43.82%65.1%-
HSV(B)315.38º38.05%80.39%-
XYZ41.5231.6649.82-
YUV156.93143.84162.28-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 39.65%
GREEN value IS 127 (50% from 255) = 24.56%
BLUE value IS 185 (72.66% from 255) = 35.78%
R=39.65%
G=24.56%
B=35.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.10
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20512718500.380.100.20315.3843.8265.1
HexCD7FB9026A1413b2c41
Octal315177271046122447354101
Binary1100110111111111011100101001101010101001001110111011001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD7FB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD7FB9; }

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

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

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

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

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

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

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

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