#C492D7

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

Shades of Wisteria #C492D7

Tints of Wisteria #C492D7

Color information

#C492D7 (or 0xC492D7) is unknown color: approx Wisteria. HEX triplet: C4, 92 and D7. RGB value is (196,146,215). Sum of RGB (Red+Green+Blue) = 196+146+215=557 (73% of max value = 765). Red value is 196 (76.95% from 255 or 35.19% from 557); Green value is 146 (57.42% from 255 or 26.21% from 557); Blue value is 215 (84.38% from 255 or 38.60% from 557); Max value from RGB is 215 - color contains mainly: blue. Hex color #C492D7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C492D7 is #3B6D28. Grayscale: #A8A8A8. Windows color (decimal): -3894569 or 14127812. OLE color: 14127812.

HSL color Cylindrical-coordinate representation of color #C492D7: hue angle of 283.48º degrees, saturation: 0.46, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #C492D7 is Cyan = 0.09, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB196146215-
CMYK0.090.3200.16
HSL283.48º46.31%70.78%-
HSV(B)283.48º32.09%84.31%-
XYZ45.3137.269.08-
YUV168.82154.06147.39-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 35.19%
GREEN value IS 146 (57.42% from 255) = 26.21%
BLUE value IS 215 (84.38% from 255) = 38.60%
R=35.19%
G=26.21%
B=38.60%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1961462150.090.3200.16283.4846.3170.78
HexC492D792001011b2e47
Octal304222327114002043356107
Binary11000100100100101101011110011000000100001000110111011101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C492D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C492D7; }

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

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

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

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

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

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

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

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