#C483E1

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

Shades of Wisteria #C483E1

Tints of Wisteria #C483E1

Color information

#C483E1 (or 0xC483E1) is unknown color: approx Wisteria. HEX triplet: C4, 83 and E1. RGB value is (196,131,225). Sum of RGB (Red+Green+Blue) = 196+131+225=552 (73% of max value = 765). Red value is 196 (76.95% from 255 or 35.51% from 552); Green value is 131 (51.56% from 255 or 23.73% from 552); Blue value is 225 (88.28% from 255 or 40.76% from 552); Max value from RGB is 225 - color contains mainly: blue. Hex color #C483E1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C483E1 is #3B7C1E. Grayscale: #A0A0A0. Windows color (decimal): -3898399 or 14779332. OLE color: 14779332.

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

Color convert

RGB196131225-
CMYK0.130.4200.12
HSL281.49º61.04%69.8%-
HSV(B)281.49º41.78%88.24%-
XYZ44.4733.475.34-
YUV161.15164.03152.86-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 35.51%
GREEN value IS 131 (51.56% from 255) = 23.73%
BLUE value IS 225 (88.28% from 255) = 40.76%
R=35.51%
G=23.73%
B=40.76%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1961312250.130.4200.12281.4961.0469.8
HexC483E1D2A0C1193d46
Octal304203341155201443175106
Binary1100010010000011111000011101101010011001000110011111011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C483E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C483E1; }

 p { color: rgb(196,131,225); }

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

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

 a { background-color: rgb(196,131,225); }

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

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

 span { border-color: rgb(196,131,225); }

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