#CF82BB

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

Shades of Lily #CF82BB

Tints of Lily #CF82BB

Color information

#CF82BB (or 0xCF82BB) is unknown color: approx Lily. HEX triplet: CF, 82 and BB. RGB value is (207,130,187). Sum of RGB (Red+Green+Blue) = 207+130+187=524 (69% of max value = 765). Red value is 207 (81.25% from 255 or 39.50% from 524); Green value is 130 (51.17% from 255 or 24.81% from 524); Blue value is 187 (73.44% from 255 or 35.69% from 524); Max value from RGB is 207 - color contains mainly: red. Hex color #CF82BB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CF82BB is #307D44. Grayscale: #9F9F9F. Windows color (decimal): -3177797 or 12288719. OLE color: 12288719.

HSL color Cylindrical-coordinate representation of color #CF82BB: hue angle of 315.58º degrees, saturation: 0.45, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #CF82BB is Cyan = 0, Magento = 0.37, Yellow = 0.10 and Black (K on CMYK) = 0.19.

Color convert

RGB207130187-
CMYK00.370.100.19
HSL315.58º44.51%66.08%-
HSV(B)315.58º37.2%81.18%-
XYZ42.6832.8251.1-
YUV159.52143.51161.87-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 39.50%
GREEN value IS 130 (51.17% from 255) = 24.81%
BLUE value IS 187 (73.44% from 255) = 35.69%
R=39.50%
G=24.81%
B=35.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.10
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20713018700.370.100.19315.5844.5166.08
HexCF82BB025A1313c2d42
Octal317202273045122347455102
Binary11001111100000101011101101001011010100111001111001011011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF82BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF82BB; }

 p { color: rgb(207,130,187); }

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

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

 a { background-color: rgb(207,130,187); }

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

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

 span { border-color: rgb(207,130,187); }

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