#CF83BC

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

Shades of Lily #CF83BC

Tints of Lily #CF83BC

Color information

#CF83BC (or 0xCF83BC) is unknown color: approx Lily. HEX triplet: CF, 83 and BC. RGB value is (207,131,188). Sum of RGB (Red+Green+Blue) = 207+131+188=526 (69% of max value = 765). Red value is 207 (81.25% from 255 or 39.35% from 526); Green value is 131 (51.56% from 255 or 24.90% from 526); Blue value is 188 (73.83% from 255 or 35.74% from 526); Max value from RGB is 207 - color contains mainly: red. Hex color #CF83BC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CF83BC is #307C43. Grayscale: #A0A0A0. Windows color (decimal): -3177540 or 12354511. OLE color: 12354511.

HSL color Cylindrical-coordinate representation of color #CF83BC: hue angle of 315º degrees, saturation: 0.44, 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 #CF83BC is Cyan = 0, Magento = 0.37, Yellow = 0.09 and Black (K on CMYK) = 0.19.

Color convert

RGB207131188-
CMYK00.370.090.19
HSL315º44.19%66.27%-
HSV(B)315º36.71%81.18%-
XYZ42.9333.1351.71-
YUV160.22143.68161.37-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 39.35%
GREEN value IS 131 (51.56% from 255) = 24.90%
BLUE value IS 188 (73.83% from 255) = 35.74%
R=39.35%
G=24.90%
B=35.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.09
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20713118800.370.090.1931544.1966.27
HexCF83BC02591313b2c42
Octal317203274045112347354102
Binary11001111100000111011110001001011001100111001110111011001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF83BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF83BC; }

 p { color: rgb(207,131,188); }

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

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

 a { background-color: rgb(207,131,188); }

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

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

 span { border-color: rgb(207,131,188); }

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