Shades of Wisteria #C48CFC
Tints of Wisteria #C48CFC
RGB
CMYK
RGB Variations
Color information
#C48CFC (or 0xC48CFC) is known color: Wisteria. HEX triplet: C4, 8C and FC. RGB value is (196,140,252). Sum of RGB (Red+Green+Blue) = 196+140+252=588 (77% of max value = 765). Red value is 196 (76.95% from 255 or 33.33% from 588); Green value is 140 (55.08% from 255 or 23.81% from 588); Blue value is 252 (98.83% from 255 or 42.86% from 588); Max value from RGB is 252 - color contains mainly: blue. Hex color #C48CFC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C48CFC is #3B7303. Grayscale: #A9A9A9. Windows color (decimal): -3896068 or 16551108. OLE color: 16551108.
HSL color Cylindrical-coordinate representation of color #C48CFC: hue angle of 270º degrees, saturation: 0.95, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #C48CFC is Cyan = 0.22, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 196 | 140 | 252 | - |
| CMYK | 0.22 | 0.44 | 0 | 0.01 |
| HSL | 270º | 0.95% | 0.77% | - |
| HSV(B) | 270º | 0.44% | 0.99% | - |
| XYZ | 49.71 | 37.52 | 96.72 | - |
| YUV | 169.51 | 174.55 | 146.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 140 | 252 | 0.22 | 0.44 | 0 | 0.01 | 270 | 0.95 | 0.77 |
| Hex | C4 | 8C | FC | 16 | 2C | 0 | 1 | 10E | 5F | 4D |
| Octal | 304 | 214 | 374 | 26 | 54 | 0 | 1 | 416 | 137 | 115 |
| Binary | 11000100 | 10001100 | 11111100 | 10110 | 101100 | 0 | 1 | 100001110 | 1011111 | 1001101 |
Color Harmonies of #C48CFC
Complementary color
Monochromatic Colors of #C48CFC
Black with #C48CFC
Text Example
Text Example
White with #C48CFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C48CFC; }
p { color: rgb(196,140,252); }
H1.HeaderClassName
{
color: #C48CFC;
}
.AnyTagClassName
{
color: #C48CFC;
}
</style>
background-color css
<style>
a { background-color: #C48CFC; }
a { background-color: rgb(196,140,252); }
div.DivClassName
{
background-color: #C48CFC;
}
.BgClassName
{
background-color: #C48CFC;
}
</style>
border-color css
<style>
span { border-color: #C48CFC; }
span { border-color: rgb(196,140,252); }
td.TdClassName
{
border-color: #C48CFC;
}
.TagClassName
{
border-color: #C48CFC;
}
</style>