#C492F1

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

Shades of Wisteria #C492F1

Tints of Wisteria #C492F1

Color information

#C492F1 (or 0xC492F1) is unknown color: approx Wisteria. HEX triplet: C4, 92 and F1. RGB value is (196,146,241). Sum of RGB (Red+Green+Blue) = 196+146+241=583 (77% of max value = 765). Red value is 196 (76.95% from 255 or 33.62% from 583); Green value is 146 (57.42% from 255 or 25.04% from 583); Blue value is 241 (94.53% from 255 or 41.34% from 583); Max value from RGB is 241 - color contains mainly: blue. Hex color #C492F1 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C492F1 is #3B6D0E. Grayscale: #ABABAB. Windows color (decimal): -3894543 or 15831748. OLE color: 15831748.

HSL color Cylindrical-coordinate representation of color #C492F1: hue angle of 271.58º degrees, saturation: 0.77, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #C492F1 is Cyan = 0.19, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB196146241-
CMYK0.190.3900.05
HSL271.58º77.24%75.88%-
HSV(B)271.58º39.42%94.51%-
XYZ48.9238.6488.1-
YUV171.78167.06145.28-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 33.62%
GREEN value IS 146 (57.42% from 255) = 25.04%
BLUE value IS 241 (94.53% from 255) = 41.34%
R=33.62%
G=25.04%
B=41.34%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1961462410.190.3900.05271.5877.2475.88
HexC492F11327051104d4c
Octal304222361234705420115114
Binary11000100100100101111000110011100111010110001000010011011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C492F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C492F1; }

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

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

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

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

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

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

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

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