#CD8FB0

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

Shades of Lily #CD8FB0

Tints of Lily #CD8FB0

Color information

#CD8FB0 (or 0xCD8FB0) is unknown color: approx Lily. HEX triplet: CD, 8F and B0. RGB value is (205,143,176). Sum of RGB (Red+Green+Blue) = 205+143+176=524 (69% of max value = 765). Red value is 205 (80.47% from 255 or 39.12% from 524); Green value is 143 (56.25% from 255 or 27.29% from 524); Blue value is 176 (69.14% from 255 or 33.59% from 524); Max value from RGB is 205 - color contains mainly: red. Hex color #CD8FB0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CD8FB0 is #32704F. Grayscale: #A5A5A5. Windows color (decimal): -3305552 or 11571149. OLE color: 11571149.

HSL color Cylindrical-coordinate representation of color #CD8FB0: hue angle of 328.06º degrees, saturation: 0.38, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #CD8FB0 is Cyan = 0, Magento = 0.30, Yellow = 0.14 and Black (K on CMYK) = 0.20.

Color convert

RGB205143176-
CMYK00.300.140.20
HSL328.06º38.27%68.24%-
HSV(B)328.06º30.24%80.39%-
XYZ42.8435.7645.72-
YUV165.3134.04156.32-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 39.12%
GREEN value IS 143 (56.25% from 255) = 27.29%
BLUE value IS 176 (69.14% from 255) = 33.59%
R=39.12%
G=27.29%
B=33.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.14
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20514317600.300.140.20328.0638.2768.24
HexCD8FB001EE141482644
Octal315217260036162451046104
Binary1100110110001111101100000111101110101001010010001001101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD8FB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD8FB0; }

 p { color: rgb(205,143,176); }

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

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

 a { background-color: rgb(205,143,176); }

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

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

 span { border-color: rgb(205,143,176); }

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