#CC82B4

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

Shades of Lily #CC82B4

Tints of Lily #CC82B4

Color information

#CC82B4 (or 0xCC82B4) is unknown color: approx Lily. HEX triplet: CC, 82 and B4. RGB value is (204,130,180). Sum of RGB (Red+Green+Blue) = 204+130+180=514 (68% of max value = 765). Red value is 204 (80.08% from 255 or 39.69% from 514); Green value is 130 (51.17% from 255 or 25.29% from 514); Blue value is 180 (70.70% from 255 or 35.02% from 514); Max value from RGB is 204 - color contains mainly: red. Hex color #CC82B4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CC82B4 is #337D4B. Grayscale: #9D9D9D. Windows color (decimal): -3374412 or 11829964. OLE color: 11829964.

HSL color Cylindrical-coordinate representation of color #CC82B4: hue angle of 319.46º 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 #CC82B4 is Cyan = 0, Magento = 0.36, Yellow = 0.12 and Black (K on CMYK) = 0.2.

Color convert

RGB204130180-
CMYK00.360.120.2
HSL319.46º42.05%65.49%-
HSV(B)319.46º36.27%80%-
XYZ41.1232.147.21-
YUV157.83140.52160.93-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 39.69%
GREEN value IS 130 (51.17% from 255) = 25.29%
BLUE value IS 180 (70.70% from 255) = 35.02%
R=39.69%
G=25.29%
B=35.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.12
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20413018000.360.120.2319.4642.0565.49
HexCC82B4024C1413f2a41
Octal314202264044142447752101
Binary11001100100000101011010001001001100101001001111111010101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC82B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC82B4; }

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

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

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

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

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

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

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

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