#CF83B5

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

Shades of Lily #CF83B5

Tints of Lily #CF83B5

Color information

#CF83B5 (or 0xCF83B5) is unknown color: approx Lily. HEX triplet: CF, 83 and B5. RGB value is (207,131,181). Sum of RGB (Red+Green+Blue) = 207+131+181=519 (68% of max value = 765). Red value is 207 (81.25% from 255 or 39.88% from 519); Green value is 131 (51.56% from 255 or 25.24% from 519); Blue value is 181 (71.09% from 255 or 34.87% from 519); Max value from RGB is 207 - color contains mainly: red. Hex color #CF83B5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CF83B5 is #307C4A. Grayscale: #9F9F9F. Windows color (decimal): -3177547 or 11895759. OLE color: 11895759.

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

Color convert

RGB207131181-
CMYK00.370.130.19
HSL320.53º44.19%66.27%-
HSV(B)320.53º36.71%81.18%-
XYZ42.1932.8347.83-
YUV159.42140.18161.93-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 39.88%
GREEN value IS 131 (51.56% from 255) = 25.24%
BLUE value IS 181 (71.09% from 255) = 34.87%
R=39.88%
G=25.24%
B=34.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.13
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20713118100.370.130.19320.5344.1966.27
HexCF83B5025D131412c42
Octal317203265045152350154102
Binary11001111100000111011010101001011101100111010000011011001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF83B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF83B5; }

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

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

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

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

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

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

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

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