#C081EB

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

Shades of Wisteria #C081EB

Tints of Wisteria #C081EB

Color information

#C081EB (or 0xC081EB) is unknown color: approx Wisteria. HEX triplet: C0, 81 and EB. RGB value is (192,129,235). Sum of RGB (Red+Green+Blue) = 192+129+235=556 (73% of max value = 765). Red value is 192 (75.39% from 255 or 34.53% from 556); Green value is 129 (50.78% from 255 or 23.20% from 556); Blue value is 235 (92.19% from 255 or 42.27% from 556); Max value from RGB is 235 - color contains mainly: blue. Hex color #C081EB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C081EB is #3F7E14. Grayscale: #9F9F9F. Windows color (decimal): -4161045 or 15434176. OLE color: 15434176.

HSL color Cylindrical-coordinate representation of color #C081EB: hue angle of 275.66º degrees, saturation: 0.73, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #C081EB is Cyan = 0.18, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB192129235-
CMYK0.180.4500.08
HSL275.66º72.6%71.37%-
HSV(B)275.66º45.11%92.16%-
XYZ44.5832.9182.6-
YUV159.92170.37150.88-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 34.53%
GREEN value IS 129 (50.78% from 255) = 23.20%
BLUE value IS 235 (92.19% from 255) = 42.27%
R=34.53%
G=23.20%
B=42.27%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1921292350.180.4500.08275.6672.671.37
HexC081EB122D081144947
Octal3002013532255010424111107
Binary110000001000000111101011100101011010100010001010010010011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C081EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C081EB; }

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

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

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

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

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

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

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

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