#C492D2

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

Shades of Wisteria #C492D2

Tints of Wisteria #C492D2

Color information

#C492D2 (or 0xC492D2) is unknown color: approx Wisteria. HEX triplet: C4, 92 and D2. RGB value is (196,146,210). Sum of RGB (Red+Green+Blue) = 196+146+210=552 (73% of max value = 765). Red value is 196 (76.95% from 255 or 35.51% from 552); Green value is 146 (57.42% from 255 or 26.45% from 552); Blue value is 210 (82.42% from 255 or 38.04% from 552); Max value from RGB is 210 - color contains mainly: blue. Hex color #C492D2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C492D2 is #3B6D2D. Grayscale: #A8A8A8. Windows color (decimal): -3894574 or 13800132. OLE color: 13800132.

HSL color Cylindrical-coordinate representation of color #C492D2: hue angle of 286.88º degrees, saturation: 0.42, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #C492D2 is Cyan = 0.07, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB196146210-
CMYK0.070.3000.18
HSL286.88º41.56%69.8%-
HSV(B)286.88º30.48%82.35%-
XYZ44.6836.9565.75-
YUV168.25151.56147.8-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 35.51%
GREEN value IS 146 (57.42% from 255) = 26.45%
BLUE value IS 210 (82.42% from 255) = 38.04%
R=35.51%
G=26.45%
B=38.04%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1961462100.070.3000.18286.8841.5669.8
HexC492D271E01211f2a46
Octal30422232273602243752106
Binary110001001001001011010010111111100100101000111111010101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C492D2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C492D2; }

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

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

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

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

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

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

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

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