#C082F3

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

Shades of Wisteria #C082F3

Tints of Wisteria #C082F3

Color information

#C082F3 (or 0xC082F3) is unknown color: approx Wisteria. HEX triplet: C0, 82 and F3. RGB value is (192,130,243). Sum of RGB (Red+Green+Blue) = 192+130+243=565 (74% of max value = 765). Red value is 192 (75.39% from 255 or 33.98% from 565); Green value is 130 (51.17% from 255 or 23.01% from 565); Blue value is 243 (95.31% from 255 or 43.01% from 565); Max value from RGB is 243 - color contains mainly: blue. Hex color #C082F3 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C082F3 is #3F7D0C. Grayscale: #A1A1A1. Windows color (decimal): -4160781 or 15958720. OLE color: 15958720.

HSL color Cylindrical-coordinate representation of color #C082F3: hue angle of 272.92º degrees, saturation: 0.82, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #C082F3 is Cyan = 0.21, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB192130243-
CMYK0.210.4700.05
HSL272.92º82.48%73.14%-
HSV(B)272.92º46.5%95.29%-
XYZ45.933.6488.87-
YUV161.42174.04149.81-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 33.98%
GREEN value IS 130 (51.17% from 255) = 23.01%
BLUE value IS 243 (95.31% from 255) = 43.01%
R=33.98%
G=23.01%
B=43.01%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1921302430.210.4700.05272.9282.4873.14
HexC082F3152F051115249
Octal300202363255705421122111
Binary11000000100000101111001110101101111010110001000110100101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C082F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C082F3; }

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

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

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

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

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

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

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

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