#C590FB

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

Shades of Wisteria #C590FB

Tints of Wisteria #C590FB

Color information

#C590FB (or 0xC590FB) is unknown color: approx Wisteria. HEX triplet: C5, 90 and FB. RGB value is (197,144,251). Sum of RGB (Red+Green+Blue) = 197+144+251=592 (78% of max value = 765). Red value is 197 (77.34% from 255 or 33.28% from 592); Green value is 144 (56.64% from 255 or 24.32% from 592); Blue value is 251 (98.44% from 255 or 42.40% from 592); Max value from RGB is 251 - color contains mainly: blue. Hex color #C590FB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C590FB is #3A6F04. Grayscale: #ABABAB. Windows color (decimal): -3829509 or 16486597. OLE color: 16486597.

HSL color Cylindrical-coordinate representation of color #C590FB: hue angle of 269.72º degrees, saturation: 0.93, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #C590FB is Cyan = 0.22, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB197144251-
CMYK0.220.4300.02
HSL269.72º93.04%77.45%-
HSV(B)269.72º42.63%98.43%-
XYZ50.4138.7896.1-
YUV172.04172.56145.8-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 33.28%
GREEN value IS 144 (56.64% from 255) = 24.32%
BLUE value IS 251 (98.44% from 255) = 42.40%
R=33.28%
G=24.32%
B=42.40%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1971442510.220.4300.02269.7293.0477.45
HexC590FB162B0210e5d4d
Octal305220373265302416135115
Binary1100010110010000111110111011010101101010000111010111011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C590FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C590FB; }

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

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

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

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

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

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

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

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