Shades of Wisteria #C88DFC
Tints of Wisteria #C88DFC
RGB
CMYK
RGB Variations
Color information
#C88DFC (or 0xC88DFC) is known color: Wisteria. HEX triplet: C8, 8D and FC. RGB value is (200,141,252). Sum of RGB (Red+Green+Blue) = 200+141+252=593 (78% of max value = 765). Red value is 200 (78.52% from 255 or 33.73% from 593); Green value is 141 (55.47% from 255 or 23.78% from 593); Blue value is 252 (98.83% from 255 or 42.50% from 593); Max value from RGB is 252 - color contains mainly: blue. Hex color #C88DFC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C88DFC is #377203. Grayscale: #AAAAAA. Windows color (decimal): -3633668 or 16551368. OLE color: 16551368.
HSL color Cylindrical-coordinate representation of color #C88DFC: hue angle of 271.89º 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 #C88DFC is Cyan = 0.21, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 200 | 141 | 252 | - |
| CMYK | 0.21 | 0.44 | 0 | 0.01 |
| HSL | 271.89º | 0.95% | 0.77% | - |
| HSV(B) | 271.89º | 0.44% | 0.99% | - |
| XYZ | 50.91 | 38.36 | 96.82 | - |
| YUV | 171.3 | 173.55 | 148.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 141 | 252 | 0.21 | 0.44 | 0 | 0.01 | 271.89 | 0.95 | 0.77 |
| Hex | C8 | 8D | FC | 15 | 2C | 0 | 1 | 110 | 5F | 4D |
| Octal | 310 | 215 | 374 | 25 | 54 | 0 | 1 | 420 | 137 | 115 |
| Binary | 11001000 | 10001101 | 11111100 | 10101 | 101100 | 0 | 1 | 100010000 | 1011111 | 1001101 |
Color Harmonies of #C88DFC
Complementary color
Monochromatic Colors of #C88DFC
Black with #C88DFC
Text Example
Text Example
White with #C88DFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C88DFC; }
p { color: rgb(200,141,252); }
H1.HeaderClassName
{
color: #C88DFC;
}
.AnyTagClassName
{
color: #C88DFC;
}
</style>
background-color css
<style>
a { background-color: #C88DFC; }
a { background-color: rgb(200,141,252); }
div.DivClassName
{
background-color: #C88DFC;
}
.BgClassName
{
background-color: #C88DFC;
}
</style>
border-color css
<style>
span { border-color: #C88DFC; }
span { border-color: rgb(200,141,252); }
td.TdClassName
{
border-color: #C88DFC;
}
.TagClassName
{
border-color: #C88DFC;
}
</style>