#C594FD

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

Shades of Wisteria #C594FD

Tints of Wisteria #C594FD

Color information

#C594FD (or 0xC594FD) is unknown color: approx Wisteria. HEX triplet: C5, 94 and FD. RGB value is (197,148,253). Sum of RGB (Red+Green+Blue) = 197+148+253=598 (79% of max value = 765). Red value is 197 (77.34% from 255 or 32.94% from 598); Green value is 148 (58.20% from 255 or 24.75% from 598); Blue value is 253 (99.22% from 255 or 42.31% from 598); Max value from RGB is 253 - color contains mainly: blue. Hex color #C594FD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C594FD is #3A6B02. Grayscale: #AEAEAE. Windows color (decimal): -3828483 or 16618693. OLE color: 16618693.

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

Color convert

RGB197148253-
CMYK0.220.4200.01
HSL268º96.33%78.63%-
HSV(B)268º41.5%99.22%-
XYZ51.3540.1497.97-
YUV174.62172.23143.96-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 32.94%
GREEN value IS 148 (58.20% from 255) = 24.75%
BLUE value IS 253 (99.22% from 255) = 42.31%
R=32.94%
G=24.75%
B=42.31%

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
Decimal1971482530.220.4200.0126896.3378.63
HexC594FD162A0110c604f
Octal305224375265201414140117
Binary110001011001010011111101101101010100110000110011000001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C594FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C594FD; }

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

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

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

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

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

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

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

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