Shades of Wisteria #C48BFD
Tints of Wisteria #C48BFD
RGB
CMYK
RGB Variations
Color information
#C48BFD (or 0xC48BFD) is known color: Wisteria. HEX triplet: C4, 8B and FD. RGB value is (196,139,253). Sum of RGB (Red+Green+Blue) = 196+139+253=588 (77% of max value = 765). Red value is 196 (76.95% from 255 or 33.33% from 588); Green value is 139 (54.69% from 255 or 23.64% from 588); Blue value is 253 (99.22% from 255 or 43.03% from 588); Max value from RGB is 253 - color contains mainly: blue. Hex color #C48BFD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C48BFD is #3B7402. Grayscale: #A8A8A8. Windows color (decimal): -3896323 or 16616388. OLE color: 16616388.
HSL color Cylindrical-coordinate representation of color #C48BFD: hue angle of 270º degrees, saturation: 0.97, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #C48BFD is Cyan = 0.23, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 196 | 139 | 253 | - |
| CMYK | 0.23 | 0.45 | 0 | 0.01 |
| HSL | 270º | 0.97% | 0.77% | - |
| HSV(B) | 270º | 0.45% | 0.99% | - |
| XYZ | 49.73 | 37.29 | 97.51 | - |
| YUV | 169.04 | 175.38 | 147.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 139 | 253 | 0.23 | 0.45 | 0 | 0.01 | 270 | 0.97 | 0.77 |
| Hex | C4 | 8B | FD | 17 | 2D | 0 | 1 | 10E | 61 | 4D |
| Octal | 304 | 213 | 375 | 27 | 55 | 0 | 1 | 416 | 141 | 115 |
| Binary | 11000100 | 10001011 | 11111101 | 10111 | 101101 | 0 | 1 | 100001110 | 1100001 | 1001101 |
Color Harmonies of #C48BFD
Complementary color
Monochromatic Colors of #C48BFD
Black with #C48BFD
Text Example
Text Example
White with #C48BFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C48BFD; }
p { color: rgb(196,139,253); }
H1.HeaderClassName
{
color: #C48BFD;
}
.AnyTagClassName
{
color: #C48BFD;
}
</style>
background-color css
<style>
a { background-color: #C48BFD; }
a { background-color: rgb(196,139,253); }
div.DivClassName
{
background-color: #C48BFD;
}
.BgClassName
{
background-color: #C48BFD;
}
</style>
border-color css
<style>
span { border-color: #C48BFD; }
span { border-color: rgb(196,139,253); }
td.TdClassName
{
border-color: #C48BFD;
}
.TagClassName
{
border-color: #C48BFD;
}
</style>