#CC82E4

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

Shades of Wisteria #CC82E4

Tints of Wisteria #CC82E4

Color information

#CC82E4 (or 0xCC82E4) is unknown color: approx Wisteria. HEX triplet: CC, 82 and E4. RGB value is (204,130,228). Sum of RGB (Red+Green+Blue) = 204+130+228=562 (74% of max value = 765). Red value is 204 (80.08% from 255 or 36.30% from 562); Green value is 130 (51.17% from 255 or 23.13% from 562); Blue value is 228 (89.45% from 255 or 40.57% from 562); Max value from RGB is 228 - color contains mainly: blue. Hex color #CC82E4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CC82E4 is #337D1B. Grayscale: #A2A2A2. Windows color (decimal): -3374364 or 14975692. OLE color: 14975692.

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

Color convert

RGB204130228-
CMYK0.110.4300.11
HSL285.31º64.47%70.2%-
HSV(B)285.31º42.98%89.41%-
XYZ46.8934.477.57-
YUV163.3164.52157.03-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 36.30%
GREEN value IS 130 (51.17% from 255) = 23.13%
BLUE value IS 228 (89.45% from 255) = 40.57%
R=36.30%
G=23.13%
B=40.57%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2041302280.110.4300.11285.3164.4770.2
HexCC82E4B2B0B11d4046
Octal3142023441353013435100106
Binary11001100100000101110010010111010110101110001110110000001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC82E4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC82E4; }

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

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

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

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

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

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

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

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