#C499D1

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

Shades of Wisteria #C499D1

Tints of Wisteria #C499D1

Color information

#C499D1 (or 0xC499D1) is unknown color: approx Wisteria. HEX triplet: C4, 99 and D1. RGB value is (196,153,209). Sum of RGB (Red+Green+Blue) = 196+153+209=558 (73% of max value = 765). Red value is 196 (76.95% from 255 or 35.13% from 558); Green value is 153 (60.16% from 255 or 27.42% from 558); Blue value is 209 (82.03% from 255 or 37.46% from 558); Max value from RGB is 209 - color contains mainly: blue. Hex color #C499D1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C499D1 is #3B662E. Grayscale: #ACACAC. Windows color (decimal): -3892783 or 13736388. OLE color: 13736388.

HSL color Cylindrical-coordinate representation of color #C499D1: hue angle of 286.07º degrees, saturation: 0.38, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #C499D1 is Cyan = 0.06, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB196153209-
CMYK0.060.2700.18
HSL286.07º37.84%70.98%-
HSV(B)286.07º26.79%81.96%-
XYZ45.6639.1265.47-
YUV172.24148.75144.95-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 35.13%
GREEN value IS 153 (60.16% from 255) = 27.42%
BLUE value IS 209 (82.03% from 255) = 37.46%
R=35.13%
G=27.42%
B=37.46%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1961532090.060.2700.18286.0737.8470.98
HexC499D161B01211e2647
Octal30423132163302243646107
Binary110001001001100111010001110110110100101000111101001101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C499D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C499D1; }

 p { color: rgb(196,153,209); }

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

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

 a { background-color: rgb(196,153,209); }

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

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

 span { border-color: rgb(196,153,209); }

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