#C483F0

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

Shades of Wisteria #C483F0

Tints of Wisteria #C483F0

Color information

#C483F0 (or 0xC483F0) is unknown color: approx Wisteria. HEX triplet: C4, 83 and F0. RGB value is (196,131,240). Sum of RGB (Red+Green+Blue) = 196+131+240=567 (75% of max value = 765). Red value is 196 (76.95% from 255 or 34.57% from 567); Green value is 131 (51.56% from 255 or 23.10% from 567); Blue value is 240 (94.14% from 255 or 42.33% from 567); Max value from RGB is 240 - color contains mainly: blue. Hex color #C483F0 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C483F0 is #3B7C0F. Grayscale: #A2A2A2. Windows color (decimal): -3898384 or 15762372. OLE color: 15762372.

HSL color Cylindrical-coordinate representation of color #C483F0: hue angle of 275.78º degrees, saturation: 0.78, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #C483F0 is Cyan = 0.18, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB196131240-
CMYK0.180.4500.06
HSL275.78º78.42%72.75%-
HSV(B)275.78º45.42%94.12%-
XYZ46.6134.2686.59-
YUV162.86171.53151.64-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 34.57%
GREEN value IS 131 (51.56% from 255) = 23.10%
BLUE value IS 240 (94.14% from 255) = 42.33%
R=34.57%
G=23.10%
B=42.33%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1961312400.180.4500.06275.7878.4272.75
HexC483F0122D061144e49
Octal304203360225506424116111
Binary11000100100000111111000010010101101011010001010010011101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C483F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C483F0; }

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

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

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

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

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

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

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

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