Shades of Wisteria #C49FD2
Tints of Wisteria #C49FD2
RGB
CMYK
RGB Variations
Color information
#C49FD2 (or 0xC49FD2) is known color: Wisteria. HEX triplet: C4, 9F and D2. RGB value is (196,159,210). Sum of RGB (Red+Green+Blue) = 196+159+210=565 (74% of max value = 765). Red value is 196 (76.95% from 255 or 34.69% from 565); Green value is 159 (62.5% from 255 or 28.14% from 565); Blue value is 210 (82.42% from 255 or 37.17% from 565); Max value from RGB is 210 - color contains mainly: blue. Hex color #C49FD2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C49FD2 is #3B602D. Grayscale: #AFAFAF. Windows color (decimal): -3891246 or 13803460. OLE color: 13803460.
HSL color Cylindrical-coordinate representation of color #C49FD2: hue angle of 283.53º degrees, saturation: 0.36, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #C49FD2 is Cyan = 0.07, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 196 | 159 | 210 | - |
| CMYK | 0.07 | 0.24 | 0 | 0.18 |
| HSL | 283.53º | 0.36% | 0.72% | - |
| HSV(B) | 283.53º | 0.24% | 0.82% | - |
| XYZ | 46.8 | 41.19 | 66.46 | - |
| YUV | 175.88 | 147.26 | 142.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 159 | 210 | 0.07 | 0.24 | 0 | 0.18 | 283.53 | 0.36 | 0.72 |
| Hex | C4 | 9F | D2 | 7 | 18 | 0 | 12 | 11C | 24 | 48 |
| Octal | 304 | 237 | 322 | 7 | 30 | 0 | 22 | 434 | 44 | 110 |
| Binary | 11000100 | 10011111 | 11010010 | 111 | 11000 | 0 | 10010 | 100011100 | 100100 | 1001000 |
Color Harmonies of #C49FD2
Complementary color
Monochromatic Colors of #C49FD2
Black with #C49FD2
Text Example
Text Example
White with #C49FD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C49FD2; }
p { color: rgb(196,159,210); }
H1.HeaderClassName
{
color: #C49FD2;
}
.AnyTagClassName
{
color: #C49FD2;
}
</style>
background-color css
<style>
a { background-color: #C49FD2; }
a { background-color: rgb(196,159,210); }
div.DivClassName
{
background-color: #C49FD2;
}
.BgClassName
{
background-color: #C49FD2;
}
</style>
border-color css
<style>
span { border-color: #C49FD2; }
span { border-color: rgb(196,159,210); }
td.TdClassName
{
border-color: #C49FD2;
}
.TagClassName
{
border-color: #C49FD2;
}
</style>