#CC82E9

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

Shades of Wisteria #CC82E9

Tints of Wisteria #CC82E9

Color information

#CC82E9 (or 0xCC82E9) is unknown color: approx Wisteria. HEX triplet: CC, 82 and E9. RGB value is (204,130,233). Sum of RGB (Red+Green+Blue) = 204+130+233=567 (75% of max value = 765). Red value is 204 (80.08% from 255 or 35.98% from 567); Green value is 130 (51.17% from 255 or 22.93% from 567); Blue value is 233 (91.41% from 255 or 41.09% from 567); Max value from RGB is 233 - color contains mainly: blue. Hex color #CC82E9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CC82E9 is #337D16. Grayscale: #A3A3A3. Windows color (decimal): -3374359 or 15303372. OLE color: 15303372.

HSL color Cylindrical-coordinate representation of color #CC82E9: hue angle of 283.11º degrees, saturation: 0.7, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #CC82E9 is Cyan = 0.12, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB204130233-
CMYK0.120.4400.09
HSL283.11º70.07%71.18%-
HSV(B)283.11º44.21%91.37%-
XYZ47.5934.6981.28-
YUV163.87167.02156.62-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 35.98%
GREEN value IS 130 (51.17% from 255) = 22.93%
BLUE value IS 233 (91.41% from 255) = 41.09%
R=35.98%
G=22.93%
B=41.09%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2041302330.120.4400.09283.1170.0771.18
HexCC82E9C2C0911b4647
Octal3142023511454011433106107
Binary11001100100000101110100111001011000100110001101110001101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC82E9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC82E9; }

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

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

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

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

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

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

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

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