#C393FA

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

Shades of Wisteria #C393FA

Tints of Wisteria #C393FA

Color information

#C393FA (or 0xC393FA) is unknown color: approx Wisteria. HEX triplet: C3, 93 and FA. RGB value is (195,147,250). Sum of RGB (Red+Green+Blue) = 195+147+250=592 (78% of max value = 765). Red value is 195 (76.56% from 255 or 32.94% from 592); Green value is 147 (57.81% from 255 or 24.83% from 592); Blue value is 250 (98.05% from 255 or 42.23% from 592); Max value from RGB is 250 - color contains mainly: blue. Hex color #C393FA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C393FA is #3C6C05. Grayscale: #ACACAC. Windows color (decimal): -3959814 or 16421827. OLE color: 16421827.

HSL color Cylindrical-coordinate representation of color #C393FA: hue angle of 267.96º degrees, saturation: 0.91, 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 #C393FA is Cyan = 0.22, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB195147250-
CMYK0.220.4100.02
HSL267.96º91.15%77.84%-
HSV(B)267.96º41.2%98.04%-
XYZ50.1939.3795.4-
YUV173.09171.4143.62-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 32.94%
GREEN value IS 147 (57.81% from 255) = 24.83%
BLUE value IS 250 (98.05% from 255) = 42.23%
R=32.94%
G=24.83%
B=42.23%

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
Decimal1951472500.220.4100.02267.9691.1577.84
HexC393FA16290210c5b4e
Octal303223372265102414133116
Binary1100001110010011111110101011010100101010000110010110111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C393FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C393FA; }

 p { color: rgb(195,147,250); }

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

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

 a { background-color: rgb(195,147,250); }

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

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

 span { border-color: rgb(195,147,250); }

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