#C481EA

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

Shades of Wisteria #C481EA

Tints of Wisteria #C481EA

Color information

#C481EA (or 0xC481EA) is unknown color: approx Wisteria. HEX triplet: C4, 81 and EA. RGB value is (196,129,234). Sum of RGB (Red+Green+Blue) = 196+129+234=559 (74% of max value = 765). Red value is 196 (76.95% from 255 or 35.06% from 559); Green value is 129 (50.78% from 255 or 23.08% from 559); Blue value is 234 (91.80% from 255 or 41.86% from 559); Max value from RGB is 234 - color contains mainly: blue. Hex color #C481EA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C481EA is #3B7E15. Grayscale: #A0A0A0. Windows color (decimal): -3898902 or 15368644. OLE color: 15368644.

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

Color convert

RGB196129234-
CMYK0.160.4500.08
HSL278.29º71.43%71.18%-
HSV(B)278.29º44.87%91.76%-
XYZ45.4733.3881.89-
YUV161169.2152.96-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 35.06%
GREEN value IS 129 (50.78% from 255) = 23.08%
BLUE value IS 234 (91.80% from 255) = 41.86%
R=35.06%
G=23.08%
B=41.86%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1961292340.160.4500.08278.2971.4371.18
HexC481EA102D081164747
Octal3042013522055010426107107
Binary110001001000000111101010100001011010100010001011010001111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C481EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C481EA; }

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

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

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

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

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

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

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

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