#C593FD

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

Shades of Wisteria #C593FD

Tints of Wisteria #C593FD

Color information

#C593FD (or 0xC593FD) is unknown color: approx Wisteria. HEX triplet: C5, 93 and FD. RGB value is (197,147,253). Sum of RGB (Red+Green+Blue) = 197+147+253=597 (79% of max value = 765). Red value is 197 (77.34% from 255 or 33.00% from 597); Green value is 147 (57.81% from 255 or 24.62% from 597); Blue value is 253 (99.22% from 255 or 42.38% from 597); Max value from RGB is 253 - color contains mainly: blue. Hex color #C593FD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C593FD is #3A6C02. Grayscale: #ADADAD. Windows color (decimal): -3828739 or 16618437. OLE color: 16618437.

HSL color Cylindrical-coordinate representation of color #C593FD: hue angle of 268.3º degrees, saturation: 0.96, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #C593FD is Cyan = 0.22, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB197147253-
CMYK0.220.4200.01
HSL268.3º96.36%78.43%-
HSV(B)268.3º41.9%99.22%-
XYZ51.1939.8397.92-
YUV174.03172.56144.38-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 33.00%
GREEN value IS 147 (57.81% from 255) = 24.62%
BLUE value IS 253 (99.22% from 255) = 42.38%
R=33.00%
G=24.62%
B=42.38%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1971472530.220.4200.01268.396.3678.43
HexC593FD162A0110c604e
Octal305223375265201414140116
Binary110001011001001111111101101101010100110000110011000001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C593FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C593FD; }

 p { color: rgb(197,147,253); }

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

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

 a { background-color: rgb(197,147,253); }

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

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

 span { border-color: rgb(197,147,253); }

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