#C084E3

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

Shades of Wisteria #C084E3

Tints of Wisteria #C084E3

Color information

#C084E3 (or 0xC084E3) is unknown color: approx Wisteria. HEX triplet: C0, 84 and E3. RGB value is (192,132,227). Sum of RGB (Red+Green+Blue) = 192+132+227=551 (72% of max value = 765). Red value is 192 (75.39% from 255 or 34.85% from 551); Green value is 132 (51.95% from 255 or 23.96% from 551); Blue value is 227 (89.06% from 255 or 41.20% from 551); Max value from RGB is 227 - color contains mainly: blue. Hex color #C084E3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C084E3 is #3F7B1C. Grayscale: #A0A0A0. Windows color (decimal): -4160285 or 14910656. OLE color: 14910656.

HSL color Cylindrical-coordinate representation of color #C084E3: hue angle of 277.89º degrees, saturation: 0.63, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #C084E3 is Cyan = 0.15, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB192132227-
CMYK0.150.4200.11
HSL277.89º62.91%70.39%-
HSV(B)277.89º41.85%89.02%-
XYZ43.8533.2676.78-
YUV160.77165.38150.28-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 34.85%
GREEN value IS 132 (51.95% from 255) = 23.96%
BLUE value IS 227 (89.06% from 255) = 41.20%
R=34.85%
G=23.96%
B=41.20%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1921322270.150.4200.11277.8962.9170.39
HexC084E3F2A0B1163f46
Octal300204343175201342677106
Binary1100000010000100111000111111101010010111000101101111111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C084E3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C084E3; }

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

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

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

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

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

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

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

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