#C592FE

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

Shades of Wisteria #C592FE

Tints of Wisteria #C592FE

Color information

#C592FE (or 0xC592FE) is unknown color: approx Wisteria. HEX triplet: C5, 92 and FE. RGB value is (197,146,254). Sum of RGB (Red+Green+Blue) = 197+146+254=597 (79% of max value = 765). Red value is 197 (77.34% from 255 or 33.00% from 597); Green value is 146 (57.42% from 255 or 24.46% from 597); Blue value is 254 (99.61% from 255 or 42.55% from 597); Max value from RGB is 254 - color contains mainly: blue. Hex color #C592FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C592FE is #3A6D01. Grayscale: #ADADAD. Windows color (decimal): -3828994 or 16683717. OLE color: 16683717.

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

Color convert

RGB197146254-
CMYK0.220.4300.00
HSL268.33º98.18%78.43%-
HSV(B)268.33º42.52%99.61%-
XYZ51.1939.5898.71-
YUV173.56173.4144.72-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 33.00%
GREEN value IS 146 (57.42% from 255) = 24.46%
BLUE value IS 254 (99.61% from 255) = 42.55%
R=33.00%
G=24.46%
B=42.55%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1971462540.220.4300.00268.3398.1878.43
HexC592FE162B0010c624e
Octal305222376265300414142116
Binary110001011001001011111110101101010110010000110011000101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C592FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C592FE; }

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

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

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

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

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

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

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

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