#C492DC

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

Shades of Wisteria #C492DC

Tints of Wisteria #C492DC

Color information

#C492DC (or 0xC492DC) is unknown color: approx Wisteria. HEX triplet: C4, 92 and DC. RGB value is (196,146,220). Sum of RGB (Red+Green+Blue) = 196+146+220=562 (74% of max value = 765). Red value is 196 (76.95% from 255 or 34.88% from 562); Green value is 146 (57.42% from 255 or 25.98% from 562); Blue value is 220 (86.33% from 255 or 39.15% from 562); Max value from RGB is 220 - color contains mainly: blue. Hex color #C492DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C492DC is #3B6D23. Grayscale: #A9A9A9. Windows color (decimal): -3894564 or 14455492. OLE color: 14455492.

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

Color convert

RGB196146220-
CMYK0.110.3400.14
HSL280.54º51.39%71.76%-
HSV(B)280.54º33.64%86.27%-
XYZ45.9637.4672.52-
YUV169.39156.56146.98-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 34.88%
GREEN value IS 146 (57.42% from 255) = 25.98%
BLUE value IS 220 (86.33% from 255) = 39.15%
R=34.88%
G=25.98%
B=39.15%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1961462200.110.3400.14280.5451.3971.76
HexC492DCB220E1193348
Octal304222334134201643163110
Binary1100010010010010110111001011100010011101000110011100111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C492DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C492DC; }

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

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

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

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

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

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

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

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