#CC83BB

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

Shades of Lily #CC83BB

Tints of Lily #CC83BB

Color information

#CC83BB (or 0xCC83BB) is unknown color: approx Lily. HEX triplet: CC, 83 and BB. RGB value is (204,131,187). Sum of RGB (Red+Green+Blue) = 204+131+187=522 (69% of max value = 765). Red value is 204 (80.08% from 255 or 39.08% from 522); Green value is 131 (51.56% from 255 or 25.10% from 522); Blue value is 187 (73.44% from 255 or 35.82% from 522); Max value from RGB is 204 - color contains mainly: red. Hex color #CC83BB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CC83BB is #337C44. Grayscale: #9F9F9F. Windows color (decimal): -3374149 or 12288972. OLE color: 12288972.

HSL color Cylindrical-coordinate representation of color #CC83BB: hue angle of 313.97º degrees, saturation: 0.42, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #CC83BB is Cyan = 0, Magento = 0.36, Yellow = 0.08 and Black (K on CMYK) = 0.2.

Color convert

RGB204131187-
CMYK00.360.080.2
HSL313.97º41.71%65.69%-
HSV(B)313.97º35.78%80%-
XYZ41.9932.6651.1-
YUV159.21143.68159.95-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 39.08%
GREEN value IS 131 (51.56% from 255) = 25.10%
BLUE value IS 187 (73.44% from 255) = 35.82%
R=39.08%
G=25.10%
B=35.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.08
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20413118700.360.080.2313.9741.7165.69
HexCC83BB02481413a2a42
Octal314203273044102447252102
Binary11001100100000111011101101001001000101001001110101010101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC83BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC83BB; }

 p { color: rgb(204,131,187); }

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

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

 a { background-color: rgb(204,131,187); }

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

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

 span { border-color: rgb(204,131,187); }

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