#CD82E4

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

Shades of Wisteria #CD82E4

Tints of Wisteria #CD82E4

Color information

#CD82E4 (or 0xCD82E4) is unknown color: approx Wisteria. HEX triplet: CD, 82 and E4. RGB value is (205,130,228). Sum of RGB (Red+Green+Blue) = 205+130+228=563 (74% of max value = 765). Red value is 205 (80.47% from 255 or 36.41% from 563); Green value is 130 (51.17% from 255 or 23.09% from 563); Blue value is 228 (89.45% from 255 or 40.50% from 563); Max value from RGB is 228 - color contains mainly: blue. Hex color #CD82E4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CD82E4 is #327D1B. Grayscale: #A3A3A3. Windows color (decimal): -3308828 or 14975693. OLE color: 14975693.

HSL color Cylindrical-coordinate representation of color #CD82E4: hue angle of 285.92º 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 #CD82E4 is Cyan = 0.10, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB205130228-
CMYK0.100.4300.11
HSL285.92º64.47%70.2%-
HSV(B)285.92º42.98%89.41%-
XYZ47.1634.5577.58-
YUV163.6164.35157.53-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 36.41%
GREEN value IS 130 (51.17% from 255) = 23.09%
BLUE value IS 228 (89.45% from 255) = 40.50%
R=36.41%
G=23.09%
B=40.50%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2051302280.100.4300.11285.9264.4770.2
HexCD82E4A2B0B11e4046
Octal3152023441253013436100106
Binary11001101100000101110010010101010110101110001111010000001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD82E4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD82E4; }

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

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

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

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

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

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

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

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