#C592FA

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

Shades of Wisteria #C592FA

Tints of Wisteria #C592FA

Color information

#C592FA (or 0xC592FA) is unknown color: approx Wisteria. HEX triplet: C5, 92 and FA. RGB value is (197,146,250). Sum of RGB (Red+Green+Blue) = 197+146+250=593 (78% of max value = 765). Red value is 197 (77.34% from 255 or 33.22% from 593); Green value is 146 (57.42% from 255 or 24.62% from 593); Blue value is 250 (98.05% from 255 or 42.16% from 593); Max value from RGB is 250 - color contains mainly: blue. Hex color #C592FA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C592FA is #3A6D05. Grayscale: #ACACAC. Windows color (decimal): -3828998 or 16421573. OLE color: 16421573.

HSL color Cylindrical-coordinate representation of color #C592FA: hue angle of 269.42º degrees, saturation: 0.91, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #C592FA is Cyan = 0.21, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB197146250-
CMYK0.210.4200.02
HSL269.42º91.23%77.65%-
HSV(B)269.42º41.6%98.04%-
XYZ50.5639.3395.37-
YUV173.1171.4145.04-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 33.22%
GREEN value IS 146 (57.42% from 255) = 24.62%
BLUE value IS 250 (98.05% from 255) = 42.16%
R=33.22%
G=24.62%
B=42.16%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1971462500.210.4200.02269.4291.2377.65
HexC592FA152A0210d5b4e
Octal305222372255202415133116
Binary1100010110010010111110101010110101001010000110110110111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C592FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C592FA; }

 p { color: rgb(197,146,250); }

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

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

 a { background-color: rgb(197,146,250); }

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

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

 span { border-color: rgb(197,146,250); }

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