#C481E0

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

Shades of Wisteria #C481E0

Tints of Wisteria #C481E0

Color information

#C481E0 (or 0xC481E0) is unknown color: approx Wisteria. HEX triplet: C4, 81 and E0. RGB value is (196,129,224). Sum of RGB (Red+Green+Blue) = 196+129+224=549 (72% of max value = 765). Red value is 196 (76.95% from 255 or 35.70% from 549); Green value is 129 (50.78% from 255 or 23.50% from 549); Blue value is 224 (87.89% from 255 or 40.80% from 549); Max value from RGB is 224 - color contains mainly: blue. Hex color #C481E0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C481E0 is #3B7E1F. Grayscale: #9F9F9F. Windows color (decimal): -3898912 or 14713284. OLE color: 14713284.

HSL color Cylindrical-coordinate representation of color #C481E0: hue angle of 282.32º degrees, saturation: 0.61, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #C481E0 is Cyan = 0.12, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB196129224-
CMYK0.120.4200.12
HSL282.32º60.51%69.22%-
HSV(B)282.32º42.41%87.84%-
XYZ44.0732.8274.53-
YUV159.86164.2153.78-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 35.70%
GREEN value IS 129 (50.78% from 255) = 23.50%
BLUE value IS 224 (87.89% from 255) = 40.80%
R=35.70%
G=23.50%
B=40.80%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1961292240.120.4200.12282.3260.5169.22
HexC481E0C2A0C11a3d45
Octal304201340145201443275105
Binary1100010010000001111000001100101010011001000110101111011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C481E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C481E0; }

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

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

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

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

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

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

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

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