#CC82B7

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

Shades of Lily #CC82B7

Tints of Lily #CC82B7

Color information

#CC82B7 (or 0xCC82B7) is unknown color: approx Lily. HEX triplet: CC, 82 and B7. RGB value is (204,130,183). Sum of RGB (Red+Green+Blue) = 204+130+183=517 (68% of max value = 765). Red value is 204 (80.08% from 255 or 39.46% from 517); Green value is 130 (51.17% from 255 or 25.15% from 517); Blue value is 183 (71.88% from 255 or 35.40% from 517); Max value from RGB is 204 - color contains mainly: red. Hex color #CC82B7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CC82B7 is #337D48. Grayscale: #9E9E9E. Windows color (decimal): -3374409 or 12026572. OLE color: 12026572.

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

Color convert

RGB204130183-
CMYK00.360.100.2
HSL317.03º42.05%65.49%-
HSV(B)317.03º36.27%80%-
XYZ41.4332.2248.84-
YUV158.17142.02160.69-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 39.46%
GREEN value IS 130 (51.17% from 255) = 25.15%
BLUE value IS 183 (71.88% from 255) = 35.40%
R=39.46%
G=25.15%
B=35.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.10
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20413018300.360.100.2317.0342.0565.49
HexCC82B7024A1413d2a41
Octal314202267044122447552101
Binary11001100100000101011011101001001010101001001111011010101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC82B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC82B7; }

 p { color: rgb(204,130,183); }

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

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

 a { background-color: rgb(204,130,183); }

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

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

 span { border-color: rgb(204,130,183); }

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