Shades of Wisteria #C48BE6
Tints of Wisteria #C48BE6
RGB
CMYK
RGB Variations
Color information
#C48BE6 (or 0xC48BE6) is known color: Wisteria. HEX triplet: C4, 8B and E6. RGB value is (196,139,230). Sum of RGB (Red+Green+Blue) = 196+139+230=565 (74% of max value = 765). Red value is 196 (76.95% from 255 or 34.69% from 565); Green value is 139 (54.69% from 255 or 24.60% from 565); Blue value is 230 (90.23% from 255 or 40.71% from 565); Max value from RGB is 230 - color contains mainly: blue. Hex color #C48BE6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C48BE6 is #3B7419. Grayscale: #A6A6A6. Windows color (decimal): -3896346 or 15109060. OLE color: 15109060.
HSL color Cylindrical-coordinate representation of color #C48BE6: hue angle of 277.58º degrees, saturation: 0.65, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C48BE6 is Cyan = 0.15, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 196 | 139 | 230 | - |
| CMYK | 0.15 | 0.40 | 0 | 0.10 |
| HSL | 277.58º | 0.65% | 0.72% | - |
| HSV(B) | 277.58º | 0.4% | 0.9% | - |
| XYZ | 46.28 | 35.91 | 79.36 | - |
| YUV | 166.42 | 163.88 | 149.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 139 | 230 | 0.15 | 0.40 | 0 | 0.10 | 277.58 | 0.65 | 0.72 |
| Hex | C4 | 8B | E6 | F | 28 | 0 | A | 116 | 41 | 48 |
| Octal | 304 | 213 | 346 | 17 | 50 | 0 | 12 | 426 | 101 | 110 |
| Binary | 11000100 | 10001011 | 11100110 | 1111 | 101000 | 0 | 1010 | 100010110 | 1000001 | 1001000 |
Color Harmonies of #C48BE6
Complementary color
Monochromatic Colors of #C48BE6
Black with #C48BE6
Text Example
Text Example
White with #C48BE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C48BE6; }
p { color: rgb(196,139,230); }
H1.HeaderClassName
{
color: #C48BE6;
}
.AnyTagClassName
{
color: #C48BE6;
}
</style>
background-color css
<style>
a { background-color: #C48BE6; }
a { background-color: rgb(196,139,230); }
div.DivClassName
{
background-color: #C48BE6;
}
.BgClassName
{
background-color: #C48BE6;
}
</style>
border-color css
<style>
span { border-color: #C48BE6; }
span { border-color: rgb(196,139,230); }
td.TdClassName
{
border-color: #C48BE6;
}
.TagClassName
{
border-color: #C48BE6;
}
</style>