#C086EE

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

Shades of Wisteria #C086EE

Tints of Wisteria #C086EE

Color information

#C086EE (or 0xC086EE) is unknown color: approx Wisteria. HEX triplet: C0, 86 and EE. RGB value is (192,134,238). Sum of RGB (Red+Green+Blue) = 192+134+238=564 (74% of max value = 765). Red value is 192 (75.39% from 255 or 34.04% from 564); Green value is 134 (52.73% from 255 or 23.76% from 564); Blue value is 238 (93.36% from 255 or 42.20% from 564); Max value from RGB is 238 - color contains mainly: blue. Hex color #C086EE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C086EE is #3F7911. Grayscale: #A2A2A2. Windows color (decimal): -4159762 or 15632064. OLE color: 15632064.

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

Color convert

RGB192134238-
CMYK0.190.4400.07
HSL273.46º75.36%72.94%-
HSV(B)273.46º43.7%93.33%-
XYZ45.734.4385.13-
YUV163.2170.22148.54-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 34.04%
GREEN value IS 134 (52.73% from 255) = 23.76%
BLUE value IS 238 (93.36% from 255) = 42.20%
R=34.04%
G=23.76%
B=42.20%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1921342380.190.4400.07273.4675.3672.94
HexC086EE132C071114b49
Octal300206356235407421113111
Binary11000000100001101110111010011101100011110001000110010111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C086EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C086EE; }

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

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

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

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

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

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

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

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