#C083EE

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

Shades of Wisteria #C083EE

Tints of Wisteria #C083EE

Color information

#C083EE (or 0xC083EE) is unknown color: approx Wisteria. HEX triplet: C0, 83 and EE. RGB value is (192,131,238). Sum of RGB (Red+Green+Blue) = 192+131+238=561 (74% of max value = 765). Red value is 192 (75.39% from 255 or 34.22% from 561); Green value is 131 (51.56% from 255 or 23.35% from 561); Blue value is 238 (93.36% from 255 or 42.42% from 561); Max value from RGB is 238 - color contains mainly: blue. Hex color #C083EE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C083EE is #3F7C11. Grayscale: #A1A1A1. Windows color (decimal): -4160530 or 15631296. OLE color: 15631296.

HSL color Cylindrical-coordinate representation of color #C083EE: hue angle of 274.21º degrees, saturation: 0.76, 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 #C083EE is Cyan = 0.19, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB192131238-
CMYK0.190.4500.07
HSL274.21º75.89%72.35%-
HSV(B)274.21º44.96%93.33%-
XYZ45.2933.6184.99-
YUV161.44171.21149.8-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 34.22%
GREEN value IS 131 (51.56% from 255) = 23.35%
BLUE value IS 238 (93.36% from 255) = 42.42%
R=34.22%
G=23.35%
B=42.42%

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
Decimal1921312380.190.4500.07274.2175.8972.35
HexC083EE132D071124c48
Octal300203356235507422114110
Binary11000000100000111110111010011101101011110001001010011001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C083EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C083EE; }

 p { color: rgb(192,131,238); }

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

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

 a { background-color: rgb(192,131,238); }

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

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

 span { border-color: rgb(192,131,238); }

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