#C084F5

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

Shades of Wisteria #C084F5

Tints of Wisteria #C084F5

Color information

#C084F5 (or 0xC084F5) is unknown color: approx Wisteria. HEX triplet: C0, 84 and F5. RGB value is (192,132,245). Sum of RGB (Red+Green+Blue) = 192+132+245=569 (75% of max value = 765). Red value is 192 (75.39% from 255 or 33.74% from 569); Green value is 132 (51.95% from 255 or 23.20% from 569); Blue value is 245 (96.09% from 255 or 43.06% from 569); Max value from RGB is 245 - color contains mainly: blue. Hex color #C084F5 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C084F5 is #3F7B0A. Grayscale: #A2A2A2. Windows color (decimal): -4160267 or 16090304. OLE color: 16090304.

HSL color Cylindrical-coordinate representation of color #C084F5: hue angle of 271.86º degrees, saturation: 0.85, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #C084F5 is Cyan = 0.22, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB192132245-
CMYK0.220.4600.04
HSL271.86º84.96%73.92%-
HSV(B)271.86º46.12%96.08%-
XYZ46.4734.390.56-
YUV162.82174.38148.81-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 33.74%
GREEN value IS 132 (51.95% from 255) = 23.20%
BLUE value IS 245 (96.09% from 255) = 43.06%
R=33.74%
G=23.20%
B=43.06%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1921322450.220.4600.04271.8684.9673.92
HexC084F5162E04110554a
Octal300204365265604420125112
Binary11000000100001001111010110110101110010010001000010101011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C084F5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C084F5; }

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

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

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

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

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

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

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

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