#C497DD

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

Shades of Wisteria #C497DD

Tints of Wisteria #C497DD

Color information

#C497DD (or 0xC497DD) is unknown color: approx Wisteria. HEX triplet: C4, 97 and DD. RGB value is (196,151,221). Sum of RGB (Red+Green+Blue) = 196+151+221=568 (75% of max value = 765). Red value is 196 (76.95% from 255 or 34.51% from 568); Green value is 151 (59.38% from 255 or 26.58% from 568); Blue value is 221 (86.72% from 255 or 38.91% from 568); Max value from RGB is 221 - color contains mainly: blue. Hex color #C497DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C497DD is #3B6822. Grayscale: #ACACAC. Windows color (decimal): -3893283 or 14522308. OLE color: 14522308.

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

Color convert

RGB196151221-
CMYK0.110.3200.13
HSL278.57º50.72%72.94%-
HSV(B)278.57º31.67%86.67%-
XYZ46.8839.0973.48-
YUV172.44155.41144.81-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 34.51%
GREEN value IS 151 (59.38% from 255) = 26.58%
BLUE value IS 221 (86.72% from 255) = 38.91%
R=34.51%
G=26.58%
B=38.91%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1961512210.110.3200.13278.5750.7272.94
HexC497DDB200D1173349
Octal304227335134001542763111
Binary1100010010010111110111011011100000011011000101111100111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C497DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C497DD; }

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

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

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

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

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

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

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

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