#C084E1

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

Shades of Wisteria #C084E1

Tints of Wisteria #C084E1

Color information

#C084E1 (or 0xC084E1) is unknown color: approx Wisteria. HEX triplet: C0, 84 and E1. RGB value is (192,132,225). Sum of RGB (Red+Green+Blue) = 192+132+225=549 (72% of max value = 765). Red value is 192 (75.39% from 255 or 34.97% from 549); Green value is 132 (51.95% from 255 or 24.04% from 549); Blue value is 225 (88.28% from 255 or 40.98% from 549); Max value from RGB is 225 - color contains mainly: blue. Hex color #C084E1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C084E1 is #3F7B1E. Grayscale: #A0A0A0. Windows color (decimal): -4160287 or 14779584. OLE color: 14779584.

HSL color Cylindrical-coordinate representation of color #C084E1: hue angle of 278.71º degrees, saturation: 0.61, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #C084E1 is Cyan = 0.15, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB192132225-
CMYK0.150.4100.12
HSL278.71º60.78%70%-
HSV(B)278.71º41.33%88.24%-
XYZ43.5833.1575.33-
YUV160.54164.38150.44-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 34.97%
GREEN value IS 132 (51.95% from 255) = 24.04%
BLUE value IS 225 (88.28% from 255) = 40.98%
R=34.97%
G=24.04%
B=40.98%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1921322250.150.4100.12278.7160.7870
HexC084E1F290C1173d46
Octal300204341175101442775106
Binary1100000010000100111000011111101001011001000101111111011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C084E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C084E1; }

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

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

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

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

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

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

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

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