Shades of Wisteria #C88DFB
Tints of Wisteria #C88DFB
RGB
CMYK
RGB Variations
Color information
#C88DFB (or 0xC88DFB) is known color: Wisteria. HEX triplet: C8, 8D and FB. RGB value is (200,141,251). Sum of RGB (Red+Green+Blue) = 200+141+251=592 (78% of max value = 765). Red value is 200 (78.52% from 255 or 33.78% from 592); Green value is 141 (55.47% from 255 or 23.82% from 592); Blue value is 251 (98.44% from 255 or 42.40% from 592); Max value from RGB is 251 - color contains mainly: blue. Hex color #C88DFB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C88DFB is #377204. Grayscale: #AAAAAA. Windows color (decimal): -3633669 or 16485832. OLE color: 16485832.
HSL color Cylindrical-coordinate representation of color #C88DFB: hue angle of 272.18º degrees, saturation: 0.93, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #C88DFB is Cyan = 0.20, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 200 | 141 | 251 | - |
| CMYK | 0.20 | 0.44 | 0 | 0.02 |
| HSL | 272.18º | 0.93% | 0.77% | - |
| HSV(B) | 272.18º | 0.44% | 0.98% | - |
| XYZ | 50.76 | 38.29 | 95.98 | - |
| YUV | 171.18 | 173.05 | 148.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 141 | 251 | 0.20 | 0.44 | 0 | 0.02 | 272.18 | 0.93 | 0.77 |
| Hex | C8 | 8D | FB | 14 | 2C | 0 | 2 | 110 | 5D | 4D |
| Octal | 310 | 215 | 373 | 24 | 54 | 0 | 2 | 420 | 135 | 115 |
| Binary | 11001000 | 10001101 | 11111011 | 10100 | 101100 | 0 | 10 | 100010000 | 1011101 | 1001101 |
Color Harmonies of #C88DFB
Complementary color
Monochromatic Colors of #C88DFB
Black with #C88DFB
Text Example
Text Example
White with #C88DFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C88DFB; }
p { color: rgb(200,141,251); }
H1.HeaderClassName
{
color: #C88DFB;
}
.AnyTagClassName
{
color: #C88DFB;
}
</style>
background-color css
<style>
a { background-color: #C88DFB; }
a { background-color: rgb(200,141,251); }
div.DivClassName
{
background-color: #C88DFB;
}
.BgClassName
{
background-color: #C88DFB;
}
</style>
border-color css
<style>
span { border-color: #C88DFB; }
span { border-color: rgb(200,141,251); }
td.TdClassName
{
border-color: #C88DFB;
}
.TagClassName
{
border-color: #C88DFB;
}
</style>