#C592EA

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

Shades of Wisteria #C592EA

Tints of Wisteria #C592EA

Color information

#C592EA (or 0xC592EA) is unknown color: approx Wisteria. HEX triplet: C5, 92 and EA. RGB value is (197,146,234). Sum of RGB (Red+Green+Blue) = 197+146+234=577 (76% of max value = 765). Red value is 197 (77.34% from 255 or 34.14% from 577); Green value is 146 (57.42% from 255 or 25.30% from 577); Blue value is 234 (91.80% from 255 or 40.55% from 577); Max value from RGB is 234 - color contains mainly: blue. Hex color #C592EA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C592EA is #3A6D15. Grayscale: #AAAAAA. Windows color (decimal): -3829014 or 15372997. OLE color: 15372997.

HSL color Cylindrical-coordinate representation of color #C592EA: hue angle of 274.77º degrees, saturation: 0.68, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #C592EA is Cyan = 0.16, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB197146234-
CMYK0.160.3800.08
HSL274.77º67.69%74.51%-
HSV(B)274.77º37.61%91.76%-
XYZ48.1638.3782.71-
YUV171.28163.4146.34-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 34.14%
GREEN value IS 146 (57.42% from 255) = 25.30%
BLUE value IS 234 (91.80% from 255) = 40.55%
R=34.14%
G=25.30%
B=40.55%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1971462340.160.3800.08274.7767.6974.51
HexC592EA102608113444b
Octal3052223522046010423104113
Binary110001011001001011101010100001001100100010001001110001001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C592EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C592EA; }

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

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

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

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

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

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

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

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