#CF85B5

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

Shades of Lily #CF85B5

Tints of Lily #CF85B5

Color information

#CF85B5 (or 0xCF85B5) is unknown color: approx Lily. HEX triplet: CF, 85 and B5. RGB value is (207,133,181). Sum of RGB (Red+Green+Blue) = 207+133+181=521 (69% of max value = 765). Red value is 207 (81.25% from 255 or 39.73% from 521); Green value is 133 (52.34% from 255 or 25.53% from 521); Blue value is 181 (71.09% from 255 or 34.74% from 521); Max value from RGB is 207 - color contains mainly: red. Hex color #CF85B5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CF85B5 is #307A4A. Grayscale: #A0A0A0. Windows color (decimal): -3177035 or 11896271. OLE color: 11896271.

HSL color Cylindrical-coordinate representation of color #CF85B5: hue angle of 321.08º degrees, saturation: 0.44, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #CF85B5 is Cyan = 0, Magento = 0.36, Yellow = 0.13 and Black (K on CMYK) = 0.19.

Color convert

RGB207133181-
CMYK00.360.130.19
HSL321.08º43.53%66.67%-
HSV(B)321.08º35.75%81.18%-
XYZ42.4633.3847.92-
YUV160.6139.52161.1-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 39.73%
GREEN value IS 133 (52.34% from 255) = 25.53%
BLUE value IS 181 (71.09% from 255) = 34.74%
R=39.73%
G=25.53%
B=34.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.13
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20713318100.360.130.19321.0843.5366.67
HexCF85B5024D131412c43
Octal317205265044152350154103
Binary11001111100001011011010101001001101100111010000011011001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF85B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF85B5; }

 p { color: rgb(207,133,181); }

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

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

 a { background-color: rgb(207,133,181); }

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

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

 span { border-color: rgb(207,133,181); }

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