#C281EB

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

Shades of Wisteria #C281EB

Tints of Wisteria #C281EB

Color information

#C281EB (or 0xC281EB) is unknown color: approx Wisteria. HEX triplet: C2, 81 and EB. RGB value is (194,129,235). Sum of RGB (Red+Green+Blue) = 194+129+235=558 (73% of max value = 765). Red value is 194 (76.17% from 255 or 34.77% from 558); Green value is 129 (50.78% from 255 or 23.12% from 558); Blue value is 235 (92.19% from 255 or 42.11% from 558); Max value from RGB is 235 - color contains mainly: blue. Hex color #C281EB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C281EB is #3D7E14. Grayscale: #A0A0A0. Windows color (decimal): -4029973 or 15434178. OLE color: 15434178.

HSL color Cylindrical-coordinate representation of color #C281EB: hue angle of 276.79º 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 #C281EB is Cyan = 0.17, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB194129235-
CMYK0.170.4500.08
HSL276.79º72.6%71.37%-
HSV(B)276.79º45.11%92.16%-
XYZ45.0933.1782.62-
YUV160.52170.03151.88-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 34.77%
GREEN value IS 129 (50.78% from 255) = 23.12%
BLUE value IS 235 (92.19% from 255) = 42.11%
R=34.77%
G=23.12%
B=42.11%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1941292350.170.4500.08276.7972.671.37
HexC281EB112D081154947
Octal3022013532155010425111107
Binary110000101000000111101011100011011010100010001010110010011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C281EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C281EB; }

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

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

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

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

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

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

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

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