#CC82E2

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

Shades of Wisteria #CC82E2

Tints of Wisteria #CC82E2

Color information

#CC82E2 (or 0xCC82E2) is unknown color: approx Wisteria. HEX triplet: CC, 82 and E2. RGB value is (204,130,226). Sum of RGB (Red+Green+Blue) = 204+130+226=560 (74% of max value = 765). Red value is 204 (80.08% from 255 or 36.43% from 560); Green value is 130 (51.17% from 255 or 23.21% from 560); Blue value is 226 (88.67% from 255 or 40.36% from 560); Max value from RGB is 226 - color contains mainly: blue. Hex color #CC82E2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CC82E2 is #337D1D. Grayscale: #A2A2A2. Windows color (decimal): -3374366 or 14844620. OLE color: 14844620.

HSL color Cylindrical-coordinate representation of color #CC82E2: hue angle of 286.25º degrees, saturation: 0.62, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #CC82E2 is Cyan = 0.10, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB204130226-
CMYK0.100.4200.11
HSL286.25º62.34%69.8%-
HSV(B)286.25º42.48%88.63%-
XYZ46.6134.2976.11-
YUV163.07163.52157.19-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 36.43%
GREEN value IS 130 (51.17% from 255) = 23.21%
BLUE value IS 226 (88.67% from 255) = 40.36%
R=36.43%
G=23.21%
B=40.36%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2041302260.100.4200.11286.2562.3469.8
HexCC82E2A2A0B11e3e46
Octal314202342125201343676106
Binary1100110010000010111000101010101010010111000111101111101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC82E2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC82E2; }

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

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

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

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

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

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

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

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