Shades of Wisteria #C48FE2
Tints of Wisteria #C48FE2
RGB
CMYK
RGB Variations
Color information
#C48FE2 (or 0xC48FE2) is known color: Wisteria. HEX triplet: C4, 8F and E2. RGB value is (196,143,226). Sum of RGB (Red+Green+Blue) = 196+143+226=565 (74% of max value = 765). Red value is 196 (76.95% from 255 or 34.69% from 565); Green value is 143 (56.25% from 255 or 25.31% from 565); Blue value is 226 (88.67% from 255 or 40% from 565); Max value from RGB is 226 - color contains mainly: blue. Hex color #C48FE2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C48FE2 is #3B701D. Grayscale: #A8A8A8. Windows color (decimal): -3895326 or 14847940. OLE color: 14847940.
HSL color Cylindrical-coordinate representation of color #C48FE2: hue angle of 278.31º degrees, saturation: 0.59, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #C48FE2 is Cyan = 0.13, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 196 | 143 | 226 | - |
| CMYK | 0.13 | 0.37 | 0 | 0.11 |
| HSL | 278.31º | 0.59% | 0.72% | - |
| HSV(B) | 278.31º | 0.37% | 0.89% | - |
| XYZ | 46.31 | 36.87 | 76.63 | - |
| YUV | 168.31 | 160.56 | 147.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 143 | 226 | 0.13 | 0.37 | 0 | 0.11 | 278.31 | 0.59 | 0.72 |
| Hex | C4 | 8F | E2 | D | 25 | 0 | B | 116 | 3B | 48 |
| Octal | 304 | 217 | 342 | 15 | 45 | 0 | 13 | 426 | 73 | 110 |
| Binary | 11000100 | 10001111 | 11100010 | 1101 | 100101 | 0 | 1011 | 100010110 | 111011 | 1001000 |
Color Harmonies of #C48FE2
Complementary color
Monochromatic Colors of #C48FE2
Black with #C48FE2
Text Example
Text Example
White with #C48FE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C48FE2; }
p { color: rgb(196,143,226); }
H1.HeaderClassName
{
color: #C48FE2;
}
.AnyTagClassName
{
color: #C48FE2;
}
</style>
background-color css
<style>
a { background-color: #C48FE2; }
a { background-color: rgb(196,143,226); }
div.DivClassName
{
background-color: #C48FE2;
}
.BgClassName
{
background-color: #C48FE2;
}
</style>
border-color css
<style>
span { border-color: #C48FE2; }
span { border-color: rgb(196,143,226); }
td.TdClassName
{
border-color: #C48FE2;
}
.TagClassName
{
border-color: #C48FE2;
}
</style>