Shades of Wisteria #C48BD2
Tints of Wisteria #C48BD2
RGB
CMYK
RGB Variations
Color information
#C48BD2 (or 0xC48BD2) is known color: Wisteria. HEX triplet: C4, 8B and D2. RGB value is (196,139,210). Sum of RGB (Red+Green+Blue) = 196+139+210=545 (72% of max value = 765). Red value is 196 (76.95% from 255 or 35.96% from 545); Green value is 139 (54.69% from 255 or 25.50% from 545); Blue value is 210 (82.42% from 255 or 38.53% from 545); Max value from RGB is 210 - color contains mainly: blue. Hex color #C48BD2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C48BD2 is #3B742D. Grayscale: #A3A3A3. Windows color (decimal): -3896366 or 13798340. OLE color: 13798340.
HSL color Cylindrical-coordinate representation of color #C48BD2: hue angle of 288.17º degrees, saturation: 0.44, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #C48BD2 is Cyan = 0.07, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 196 | 139 | 210 | - |
| CMYK | 0.07 | 0.34 | 0 | 0.18 |
| HSL | 288.17º | 0.44% | 0.68% | - |
| HSV(B) | 288.17º | 0.34% | 0.82% | - |
| XYZ | 43.63 | 34.85 | 65.4 | - |
| YUV | 164.14 | 153.88 | 150.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 139 | 210 | 0.07 | 0.34 | 0 | 0.18 | 288.17 | 0.44 | 0.68 |
| Hex | C4 | 8B | D2 | 7 | 22 | 0 | 12 | 120 | 2C | 44 |
| Octal | 304 | 213 | 322 | 7 | 42 | 0 | 22 | 440 | 54 | 104 |
| Binary | 11000100 | 10001011 | 11010010 | 111 | 100010 | 0 | 10010 | 100100000 | 101100 | 1000100 |
Color Harmonies of #C48BD2
Complementary color
Monochromatic Colors of #C48BD2
Black with #C48BD2
Text Example
Text Example
White with #C48BD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C48BD2; }
p { color: rgb(196,139,210); }
H1.HeaderClassName
{
color: #C48BD2;
}
.AnyTagClassName
{
color: #C48BD2;
}
</style>
background-color css
<style>
a { background-color: #C48BD2; }
a { background-color: rgb(196,139,210); }
div.DivClassName
{
background-color: #C48BD2;
}
.BgClassName
{
background-color: #C48BD2;
}
</style>
border-color css
<style>
span { border-color: #C48BD2; }
span { border-color: rgb(196,139,210); }
td.TdClassName
{
border-color: #C48BD2;
}
.TagClassName
{
border-color: #C48BD2;
}
</style>