#C081EC

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

Shades of Wisteria #C081EC

Tints of Wisteria #C081EC

Color information

#C081EC (or 0xC081EC) is unknown color: approx Wisteria. HEX triplet: C0, 81 and EC. RGB value is (192,129,236). Sum of RGB (Red+Green+Blue) = 192+129+236=557 (73% of max value = 765). Red value is 192 (75.39% from 255 or 34.47% from 557); Green value is 129 (50.78% from 255 or 23.16% from 557); Blue value is 236 (92.58% from 255 or 42.37% from 557); Max value from RGB is 236 - color contains mainly: blue. Hex color #C081EC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C081EC is #3F7E13. Grayscale: #9F9F9F. Windows color (decimal): -4161044 or 15499712. OLE color: 15499712.

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

Color convert

RGB192129236-
CMYK0.190.4500.07
HSL275.33º73.79%71.57%-
HSV(B)275.33º45.34%92.55%-
XYZ44.7332.9683.36-
YUV160.04170.87150.8-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 34.47%
GREEN value IS 129 (50.78% from 255) = 23.16%
BLUE value IS 236 (92.58% from 255) = 42.37%
R=34.47%
G=23.16%
B=42.37%

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
Decimal1921292360.190.4500.07275.3373.7971.57
HexC081EC132D071134a48
Octal300201354235507423112110
Binary11000000100000011110110010011101101011110001001110010101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C081EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C081EC; }

 p { color: rgb(192,129,236); }

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

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

 a { background-color: rgb(192,129,236); }

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

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

 span { border-color: rgb(192,129,236); }

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