#C493FB

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

Shades of Wisteria #C493FB

Tints of Wisteria #C493FB

Color information

#C493FB (or 0xC493FB) is unknown color: approx Wisteria. HEX triplet: C4, 93 and FB. RGB value is (196,147,251). Sum of RGB (Red+Green+Blue) = 196+147+251=594 (78% of max value = 765). Red value is 196 (76.95% from 255 or 33.00% from 594); Green value is 147 (57.81% from 255 or 24.75% from 594); Blue value is 251 (98.44% from 255 or 42.26% from 594); Max value from RGB is 251 - color contains mainly: blue. Hex color #C493FB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C493FB is #3B6C04. Grayscale: #ADADAD. Windows color (decimal): -3894277 or 16487364. OLE color: 16487364.

HSL color Cylindrical-coordinate representation of color #C493FB: hue angle of 268.27º degrees, saturation: 0.93, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #C493FB is Cyan = 0.22, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB196147251-
CMYK0.220.4100.02
HSL268.27º92.86%78.04%-
HSV(B)268.27º41.43%98.43%-
XYZ50.6139.5796.24-
YUV173.51171.73144.04-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 33.00%
GREEN value IS 147 (57.81% from 255) = 24.75%
BLUE value IS 251 (98.44% from 255) = 42.26%
R=33.00%
G=24.75%
B=42.26%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1961472510.220.4100.02268.2792.8678.04
HexC493FB16290210c5d4e
Octal304223373265102414135116
Binary1100010010010011111110111011010100101010000110010111011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C493FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C493FB; }

 p { color: rgb(196,147,251); }

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

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

 a { background-color: rgb(196,147,251); }

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

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

 span { border-color: rgb(196,147,251); }

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