#C481EB

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

Shades of Wisteria #C481EB

Tints of Wisteria #C481EB

Color information

#C481EB (or 0xC481EB) is unknown color: approx Wisteria. HEX triplet: C4, 81 and EB. RGB value is (196,129,235). Sum of RGB (Red+Green+Blue) = 196+129+235=560 (74% of max value = 765). Red value is 196 (76.95% from 255 or 35% from 560); Green value is 129 (50.78% from 255 or 23.04% from 560); Blue value is 235 (92.19% from 255 or 41.96% from 560); Max value from RGB is 235 - color contains mainly: blue. Hex color #C481EB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C481EB is #3B7E14. Grayscale: #A0A0A0. Windows color (decimal): -3898901 or 15434180. OLE color: 15434180.

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

Color convert

RGB196129235-
CMYK0.170.4500.08
HSL277.92º72.6%71.37%-
HSV(B)277.92º45.11%92.16%-
XYZ45.6133.4382.65-
YUV161.12169.7152.88-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 35%
GREEN value IS 129 (50.78% from 255) = 23.04%
BLUE value IS 235 (92.19% from 255) = 41.96%
R=35%
G=23.04%
B=41.96%

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
Decimal1961292350.170.4500.08277.9272.671.37
HexC481EB112D081164947
Octal3042013532155010426111107
Binary110001001000000111101011100011011010100010001011010010011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C481EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C481EB; }

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

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

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

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

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

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

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

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