Shades of Wisteria #C88EFB
Tints of Wisteria #C88EFB
RGB
CMYK
RGB Variations
Color information
#C88EFB (or 0xC88EFB) is known color: Wisteria. HEX triplet: C8, 8E and FB. RGB value is (200,142,251). Sum of RGB (Red+Green+Blue) = 200+142+251=593 (78% of max value = 765). Red value is 200 (78.52% from 255 or 33.73% from 593); Green value is 142 (55.86% from 255 or 23.95% from 593); Blue value is 251 (98.44% from 255 or 42.33% from 593); Max value from RGB is 251 - color contains mainly: blue. Hex color #C88EFB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C88EFB is #377104. Grayscale: #ABABAB. Windows color (decimal): -3633413 or 16486088. OLE color: 16486088.
HSL color Cylindrical-coordinate representation of color #C88EFB: hue angle of 271.93º degrees, saturation: 0.93, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #C88EFB is Cyan = 0.20, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 200 | 142 | 251 | - |
| CMYK | 0.20 | 0.43 | 0 | 0.02 |
| HSL | 271.93º | 0.93% | 0.77% | - |
| HSV(B) | 271.93º | 0.43% | 0.98% | - |
| XYZ | 50.91 | 38.59 | 96.03 | - |
| YUV | 171.77 | 172.72 | 148.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 142 | 251 | 0.20 | 0.43 | 0 | 0.02 | 271.93 | 0.93 | 0.77 |
| Hex | C8 | 8E | FB | 14 | 2B | 0 | 2 | 110 | 5D | 4D |
| Octal | 310 | 216 | 373 | 24 | 53 | 0 | 2 | 420 | 135 | 115 |
| Binary | 11001000 | 10001110 | 11111011 | 10100 | 101011 | 0 | 10 | 100010000 | 1011101 | 1001101 |
Color Harmonies of #C88EFB
Complementary color
Monochromatic Colors of #C88EFB
Black with #C88EFB
Text Example
Text Example
White with #C88EFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C88EFB; }
p { color: rgb(200,142,251); }
H1.HeaderClassName
{
color: #C88EFB;
}
.AnyTagClassName
{
color: #C88EFB;
}
</style>
background-color css
<style>
a { background-color: #C88EFB; }
a { background-color: rgb(200,142,251); }
div.DivClassName
{
background-color: #C88EFB;
}
.BgClassName
{
background-color: #C88EFB;
}
</style>
border-color css
<style>
span { border-color: #C88EFB; }
span { border-color: rgb(200,142,251); }
td.TdClassName
{
border-color: #C88EFB;
}
.TagClassName
{
border-color: #C88EFB;
}
</style>