#C084EE

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

Shades of Wisteria #C084EE

Tints of Wisteria #C084EE

Color information

#C084EE (or 0xC084EE) is unknown color: approx Wisteria. HEX triplet: C0, 84 and EE. RGB value is (192,132,238). Sum of RGB (Red+Green+Blue) = 192+132+238=562 (74% of max value = 765). Red value is 192 (75.39% from 255 or 34.16% from 562); Green value is 132 (51.95% from 255 or 23.49% from 562); Blue value is 238 (93.36% from 255 or 42.35% from 562); Max value from RGB is 238 - color contains mainly: blue. Hex color #C084EE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C084EE is #3F7B11. Grayscale: #A1A1A1. Windows color (decimal): -4160274 or 15631552. OLE color: 15631552.

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

Color convert

RGB192132238-
CMYK0.190.4500.07
HSL273.96º75.71%72.55%-
HSV(B)273.96º44.54%93.33%-
XYZ45.4233.8885.03-
YUV162.02170.88149.38-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 34.16%
GREEN value IS 132 (51.95% from 255) = 23.49%
BLUE value IS 238 (93.36% from 255) = 42.35%
R=34.16%
G=23.49%
B=42.35%

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
Decimal1921322380.190.4500.07273.9675.7172.55
HexC084EE132D071124c49
Octal300204356235507422114111
Binary11000000100001001110111010011101101011110001001010011001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C084EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C084EE; }

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

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

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

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

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

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

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

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