#C492E4

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

Shades of Wisteria #C492E4

Tints of Wisteria #C492E4

Color information

#C492E4 (or 0xC492E4) is unknown color: approx Wisteria. HEX triplet: C4, 92 and E4. RGB value is (196,146,228). Sum of RGB (Red+Green+Blue) = 196+146+228=570 (75% of max value = 765). Red value is 196 (76.95% from 255 or 34.39% from 570); Green value is 146 (57.42% from 255 or 25.61% from 570); Blue value is 228 (89.45% from 255 or 40% from 570); Max value from RGB is 228 - color contains mainly: blue. Hex color #C492E4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C492E4 is #3B6D1B. Grayscale: #AAAAAA. Windows color (decimal): -3894556 or 14979780. OLE color: 14979780.

HSL color Cylindrical-coordinate representation of color #C492E4: hue angle of 276.59º degrees, saturation: 0.6, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #C492E4 is Cyan = 0.14, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB196146228-
CMYK0.140.3600.11
HSL276.59º60.29%73.33%-
HSV(B)276.59º35.96%89.41%-
XYZ47.0537.8978.23-
YUV170.3160.56146.33-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 34.39%
GREEN value IS 146 (57.42% from 255) = 25.61%
BLUE value IS 228 (89.45% from 255) = 40%
R=34.39%
G=25.61%
B=40%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1961462280.140.3600.11276.5960.2973.33
HexC492E4E240B1153c49
Octal304222344164401342574111
Binary1100010010010010111001001110100100010111000101011111001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C492E4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C492E4; }

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

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

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

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

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

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

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

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