#C492E6

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

Shades of Wisteria #C492E6

Tints of Wisteria #C492E6

Color information

#C492E6 (or 0xC492E6) is unknown color: approx Wisteria. HEX triplet: C4, 92 and E6. RGB value is (196,146,230). Sum of RGB (Red+Green+Blue) = 196+146+230=572 (75% of max value = 765). Red value is 196 (76.95% from 255 or 34.27% from 572); Green value is 146 (57.42% from 255 or 25.52% from 572); Blue value is 230 (90.23% from 255 or 40.21% from 572); Max value from RGB is 230 - color contains mainly: blue. Hex color #C492E6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C492E6 is #3B6D19. Grayscale: #AAAAAA. Windows color (decimal): -3894554 or 15110852. OLE color: 15110852.

HSL color Cylindrical-coordinate representation of color #C492E6: hue angle of 275.71º degrees, saturation: 0.63, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #C492E6 is Cyan = 0.15, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB196146230-
CMYK0.150.3700.10
HSL275.71º62.69%73.73%-
HSV(B)275.71º36.52%90.2%-
XYZ47.3338.0179.7-
YUV170.53161.56146.17-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 34.27%
GREEN value IS 146 (57.42% from 255) = 25.52%
BLUE value IS 230 (90.23% from 255) = 40.21%
R=34.27%
G=25.52%
B=40.21%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1961462300.150.3700.10275.7162.6973.73
HexC492E6F250A1143f4a
Octal304222346174501242477112
Binary1100010010010010111001101111100101010101000101001111111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C492E6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C492E6; }

 p { color: rgb(196,146,230); }

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

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

 a { background-color: rgb(196,146,230); }

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

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

 span { border-color: rgb(196,146,230); }

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