Shades of Wisteria #C48BD0
Tints of Wisteria #C48BD0
RGB
CMYK
RGB Variations
Color information
#C48BD0 (or 0xC48BD0) is known color: Wisteria. HEX triplet: C4, 8B and D0. RGB value is (196,139,208). Sum of RGB (Red+Green+Blue) = 196+139+208=543 (71% of max value = 765). Red value is 196 (76.95% from 255 or 36.10% from 543); Green value is 139 (54.69% from 255 or 25.60% from 543); Blue value is 208 (81.64% from 255 or 38.31% from 543); Max value from RGB is 208 - color contains mainly: blue. Hex color #C48BD0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C48BD0 is #3B742F. Grayscale: #A3A3A3. Windows color (decimal): -3896368 or 13667268. OLE color: 13667268.
HSL color Cylindrical-coordinate representation of color #C48BD0: hue angle of 289.57º degrees, saturation: 0.42, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #C48BD0 is Cyan = 0.06, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 196 | 139 | 208 | - |
| CMYK | 0.06 | 0.33 | 0 | 0.18 |
| HSL | 289.57º | 0.42% | 0.68% | - |
| HSV(B) | 289.57º | 0.33% | 0.82% | - |
| XYZ | 43.38 | 34.76 | 64.1 | - |
| YUV | 163.91 | 152.88 | 150.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 139 | 208 | 0.06 | 0.33 | 0 | 0.18 | 289.57 | 0.42 | 0.68 |
| Hex | C4 | 8B | D0 | 6 | 21 | 0 | 12 | 122 | 2A | 44 |
| Octal | 304 | 213 | 320 | 6 | 41 | 0 | 22 | 442 | 52 | 104 |
| Binary | 11000100 | 10001011 | 11010000 | 110 | 100001 | 0 | 10010 | 100100010 | 101010 | 1000100 |
Color Harmonies of #C48BD0
Complementary color
Monochromatic Colors of #C48BD0
Black with #C48BD0
Text Example
Text Example
White with #C48BD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C48BD0; }
p { color: rgb(196,139,208); }
H1.HeaderClassName
{
color: #C48BD0;
}
.AnyTagClassName
{
color: #C48BD0;
}
</style>
background-color css
<style>
a { background-color: #C48BD0; }
a { background-color: rgb(196,139,208); }
div.DivClassName
{
background-color: #C48BD0;
}
.BgClassName
{
background-color: #C48BD0;
}
</style>
border-color css
<style>
span { border-color: #C48BD0; }
span { border-color: rgb(196,139,208); }
td.TdClassName
{
border-color: #C48BD0;
}
.TagClassName
{
border-color: #C48BD0;
}
</style>