#C082ED

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

Shades of Wisteria #C082ED

Tints of Wisteria #C082ED

Color information

#C082ED (or 0xC082ED) is unknown color: approx Wisteria. HEX triplet: C0, 82 and ED. RGB value is (192,130,237). Sum of RGB (Red+Green+Blue) = 192+130+237=559 (74% of max value = 765). Red value is 192 (75.39% from 255 or 34.35% from 559); Green value is 130 (51.17% from 255 or 23.26% from 559); Blue value is 237 (92.97% from 255 or 42.40% from 559); Max value from RGB is 237 - color contains mainly: blue. Hex color #C082ED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C082ED is #3F7D12. Grayscale: #A0A0A0. Windows color (decimal): -4160787 or 15565504. OLE color: 15565504.

HSL color Cylindrical-coordinate representation of color #C082ED: hue angle of 274.77º degrees, saturation: 0.75, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #C082ED is Cyan = 0.19, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB192130237-
CMYK0.190.4500.07
HSL274.77º74.83%71.96%-
HSV(B)274.77º45.15%92.94%-
XYZ45.0133.2984.17-
YUV160.74171.04150.3-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 34.35%
GREEN value IS 130 (51.17% from 255) = 23.26%
BLUE value IS 237 (92.97% from 255) = 42.40%
R=34.35%
G=23.26%
B=42.40%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1921302370.190.4500.07274.7774.8371.96
HexC082ED132D071134b48
Octal300202355235507423113110
Binary11000000100000101110110110011101101011110001001110010111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C082ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C082ED; }

 p { color: rgb(192,130,237); }

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

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

 a { background-color: rgb(192,130,237); }

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

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

 span { border-color: rgb(192,130,237); }

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