#C393F8

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

Shades of Wisteria #C393F8

Tints of Wisteria #C393F8

Color information

#C393F8 (or 0xC393F8) is unknown color: approx Wisteria. HEX triplet: C3, 93 and F8. RGB value is (195,147,248). Sum of RGB (Red+Green+Blue) = 195+147+248=590 (78% of max value = 765). Red value is 195 (76.56% from 255 or 33.05% from 590); Green value is 147 (57.81% from 255 or 24.92% from 590); Blue value is 248 (97.27% from 255 or 42.03% from 590); Max value from RGB is 248 - color contains mainly: blue. Hex color #C393F8 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C393F8 is #3C6C07. Grayscale: #ACACAC. Windows color (decimal): -3959816 or 16290755. OLE color: 16290755.

HSL color Cylindrical-coordinate representation of color #C393F8: hue angle of 268.51º degrees, saturation: 0.88, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #C393F8 is Cyan = 0.21, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB195147248-
CMYK0.210.4100.03
HSL268.51º87.83%77.45%-
HSV(B)268.51º40.73%97.25%-
XYZ49.8839.2593.75-
YUV172.87170.4143.79-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 33.05%
GREEN value IS 147 (57.81% from 255) = 24.92%
BLUE value IS 248 (97.27% from 255) = 42.03%
R=33.05%
G=24.92%
B=42.03%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1951472480.210.4100.03268.5187.8377.45
HexC393F815290310d584d
Octal303223370255103415130115
Binary1100001110010011111110001010110100101110000110110110001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C393F8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C393F8; }

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

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

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

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

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

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

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

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