#C590FC

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

Shades of Wisteria #C590FC

Tints of Wisteria #C590FC

Color information

#C590FC (or 0xC590FC) is unknown color: approx Wisteria. HEX triplet: C5, 90 and FC. RGB value is (197,144,252). Sum of RGB (Red+Green+Blue) = 197+144+252=593 (78% of max value = 765). Red value is 197 (77.34% from 255 or 33.22% from 593); Green value is 144 (56.64% from 255 or 24.28% from 593); Blue value is 252 (98.83% from 255 or 42.50% from 593); Max value from RGB is 252 - color contains mainly: blue. Hex color #C590FC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C590FC is #3A6F03. Grayscale: #ABABAB. Windows color (decimal): -3829508 or 16552133. OLE color: 16552133.

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

Color convert

RGB197144252-
CMYK0.220.4300.01
HSL269.44º94.74%77.65%-
HSV(B)269.44º42.86%98.82%-
XYZ50.5738.8596.93-
YUV172.16173.06145.72-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 33.22%
GREEN value IS 144 (56.64% from 255) = 24.28%
BLUE value IS 252 (98.83% from 255) = 42.50%
R=33.22%
G=24.28%
B=42.50%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1971442520.220.4300.01269.4494.7477.65
HexC590FC162B0110d5f4e
Octal305220374265301415137116
Binary110001011001000011111100101101010110110000110110111111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C590FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C590FC; }

 p { color: rgb(197,144,252); }

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

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

 a { background-color: rgb(197,144,252); }

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

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

 span { border-color: rgb(197,144,252); }

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