#CF8BBF

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

Shades of Lily #CF8BBF

Tints of Lily #CF8BBF

Color information

#CF8BBF (or 0xCF8BBF) is unknown color: approx Lily. HEX triplet: CF, 8B and BF. RGB value is (207,139,191). Sum of RGB (Red+Green+Blue) = 207+139+191=537 (71% of max value = 765). Red value is 207 (81.25% from 255 or 38.55% from 537); Green value is 139 (54.69% from 255 or 25.88% from 537); Blue value is 191 (75% from 255 or 35.57% from 537); Max value from RGB is 207 - color contains mainly: red. Hex color #CF8BBF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CF8BBF is #307440. Grayscale: #A5A5A5. Windows color (decimal): -3175489 or 12553167. OLE color: 12553167.

HSL color Cylindrical-coordinate representation of color #CF8BBF: hue angle of 314.12º degrees, saturation: 0.41, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #CF8BBF is Cyan = 0, Magento = 0.33, Yellow = 0.08 and Black (K on CMYK) = 0.19.

Color convert

RGB207139191-
CMYK00.330.080.19
HSL314.12º41.46%67.84%-
HSV(B)314.12º32.85%81.18%-
XYZ44.3735.4953.8-
YUV165.26142.53157.77-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 38.55%
GREEN value IS 139 (54.69% from 255) = 25.88%
BLUE value IS 191 (75% from 255) = 35.57%
R=38.55%
G=25.88%
B=35.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.08
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20713919100.330.080.19314.1241.4667.84
HexCF8BBF02181313a2944
Octal317213277041102347251104
Binary11001111100010111011111101000011000100111001110101010011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF8BBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF8BBF; }

 p { color: rgb(207,139,191); }

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

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

 a { background-color: rgb(207,139,191); }

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

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

 span { border-color: rgb(207,139,191); }

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