#C492DD

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

Shades of Wisteria #C492DD

Tints of Wisteria #C492DD

Color information

#C492DD (or 0xC492DD) is unknown color: approx Wisteria. HEX triplet: C4, 92 and DD. RGB value is (196,146,221). Sum of RGB (Red+Green+Blue) = 196+146+221=563 (74% of max value = 765). Red value is 196 (76.95% from 255 or 34.81% from 563); Green value is 146 (57.42% from 255 or 25.93% from 563); Blue value is 221 (86.72% from 255 or 39.25% from 563); Max value from RGB is 221 - color contains mainly: blue. Hex color #C492DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C492DD is #3B6D22. Grayscale: #A9A9A9. Windows color (decimal): -3894563 or 14521028. OLE color: 14521028.

HSL color Cylindrical-coordinate representation of color #C492DD: hue angle of 280º degrees, saturation: 0.52, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #C492DD is Cyan = 0.11, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB196146221-
CMYK0.110.3400.13
HSL280º52.45%71.96%-
HSV(B)280º33.94%86.67%-
XYZ46.0937.5173.22-
YUV169.5157.06146.9-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 34.81%
GREEN value IS 146 (57.42% from 255) = 25.93%
BLUE value IS 221 (86.72% from 255) = 39.25%
R=34.81%
G=25.93%
B=39.25%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1961462210.110.3400.1328052.4571.96
HexC492DDB220D1183448
Octal304222335134201543064110
Binary1100010010010010110111011011100010011011000110001101001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C492DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C492DD; }

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

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

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

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

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

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

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

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