#C592E0

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

Shades of Wisteria #C592E0

Tints of Wisteria #C592E0

Color information

#C592E0 (or 0xC592E0) is unknown color: approx Wisteria. HEX triplet: C5, 92 and E0. RGB value is (197,146,224). Sum of RGB (Red+Green+Blue) = 197+146+224=567 (75% of max value = 765). Red value is 197 (77.34% from 255 or 34.74% from 567); Green value is 146 (57.42% from 255 or 25.75% from 567); Blue value is 224 (87.89% from 255 or 39.51% from 567); Max value from RGB is 224 - color contains mainly: blue. Hex color #C592E0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C592E0 is #3A6D1F. Grayscale: #A9A9A9. Windows color (decimal): -3829024 or 14717637. OLE color: 14717637.

HSL color Cylindrical-coordinate representation of color #C592E0: hue angle of 279.23º degrees, saturation: 0.56, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #C592E0 is Cyan = 0.12, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB197146224-
CMYK0.120.3500.12
HSL279.23º55.71%72.55%-
HSV(B)279.23º34.82%87.84%-
XYZ46.7637.8175.35-
YUV170.14158.4147.16-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 34.74%
GREEN value IS 146 (57.42% from 255) = 25.75%
BLUE value IS 224 (87.89% from 255) = 39.51%
R=34.74%
G=25.75%
B=39.51%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1971462240.120.3500.12279.2355.7172.55
HexC592E0C230C1173849
Octal305222340144301442770111
Binary1100010110010010111000001100100011011001000101111110001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C592E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C592E0; }

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

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

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

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

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

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

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

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