#C592EB

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

Shades of Wisteria #C592EB

Tints of Wisteria #C592EB

Color information

#C592EB (or 0xC592EB) is unknown color: approx Wisteria. HEX triplet: C5, 92 and EB. RGB value is (197,146,235). Sum of RGB (Red+Green+Blue) = 197+146+235=578 (76% of max value = 765). Red value is 197 (77.34% from 255 or 34.08% from 578); Green value is 146 (57.42% from 255 or 25.26% from 578); Blue value is 235 (92.19% from 255 or 40.66% from 578); Max value from RGB is 235 - color contains mainly: blue. Hex color #C592EB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C592EB is #3A6D14. Grayscale: #ABABAB. Windows color (decimal): -3829013 or 15438533. OLE color: 15438533.

HSL color Cylindrical-coordinate representation of color #C592EB: hue angle of 274.38º degrees, saturation: 0.69, 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 #C592EB is Cyan = 0.16, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB197146235-
CMYK0.160.3800.08
HSL274.38º68.99%74.71%-
HSV(B)274.38º37.87%92.16%-
XYZ48.338.4383.47-
YUV171.4163.9146.26-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 34.08%
GREEN value IS 146 (57.42% from 255) = 25.26%
BLUE value IS 235 (92.19% from 255) = 40.66%
R=34.08%
G=25.26%
B=40.66%

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
Decimal1971462350.160.3800.08274.3868.9974.71
HexC592EB102608112454b
Octal3052223532046010422105113
Binary110001011001001011101011100001001100100010001001010001011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C592EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C592EB; }

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

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

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

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

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

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

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

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