#CD7FB1

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

Shades of Lily #CD7FB1

Tints of Lily #CD7FB1

Color information

#CD7FB1 (or 0xCD7FB1) is unknown color: approx Lily. HEX triplet: CD, 7F and B1. RGB value is (205,127,177). Sum of RGB (Red+Green+Blue) = 205+127+177=509 (67% of max value = 765). Red value is 205 (80.47% from 255 or 40.28% from 509); Green value is 127 (50% from 255 or 24.95% from 509); Blue value is 177 (69.53% from 255 or 34.77% from 509); Max value from RGB is 205 - color contains mainly: red. Hex color #CD7FB1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CD7FB1 is #32804E. Grayscale: #9B9B9B. Windows color (decimal): -3309647 or 11632589. OLE color: 11632589.

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

Color convert

RGB205127177-
CMYK00.380.140.20
HSL321.54º43.82%65.1%-
HSV(B)321.54º38.05%80.39%-
XYZ40.731.3345.5-
YUV156.02139.84162.93-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 40.28%
GREEN value IS 127 (50% from 255) = 24.95%
BLUE value IS 177 (69.53% from 255) = 34.77%
R=40.28%
G=24.95%
B=34.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.14
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20512717700.380.140.20321.5443.8265.1
HexCD7FB1026E141422c41
Octal315177261046162450254101
Binary1100110111111111011000101001101110101001010000101011001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD7FB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD7FB1; }

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

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

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

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

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

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

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

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