#C497DC

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

Shades of Wisteria #C497DC

Tints of Wisteria #C497DC

Color information

#C497DC (or 0xC497DC) is unknown color: approx Wisteria. HEX triplet: C4, 97 and DC. RGB value is (196,151,220). Sum of RGB (Red+Green+Blue) = 196+151+220=567 (75% of max value = 765). Red value is 196 (76.95% from 255 or 34.57% from 567); Green value is 151 (59.38% from 255 or 26.63% from 567); Blue value is 220 (86.33% from 255 or 38.80% from 567); Max value from RGB is 220 - color contains mainly: blue. Hex color #C497DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C497DC is #3B6823. Grayscale: #ACACAC. Windows color (decimal): -3893284 or 14456772. OLE color: 14456772.

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

Color convert

RGB196151220-
CMYK0.110.3100.14
HSL279.13º49.64%72.75%-
HSV(B)279.13º31.36%86.27%-
XYZ46.7539.0472.78-
YUV172.32154.91144.89-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 34.57%
GREEN value IS 151 (59.38% from 255) = 26.63%
BLUE value IS 220 (86.33% from 255) = 38.80%
R=34.57%
G=26.63%
B=38.80%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1961512200.110.3100.14279.1349.6472.75
HexC497DCB1F0E1173249
Octal304227334133701642762111
Binary110001001001011111011100101111111011101000101111100101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C497DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C497DC; }

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

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

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

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

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

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

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

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