Shades of Wisteria #C88FFF
Tints of Wisteria #C88FFF
RGB
CMYK
RGB Variations
Color information
#C88FFF (or 0xC88FFF) is known color: Wisteria. HEX triplet: C8, 8F and FF. RGB value is (200,143,255). Sum of RGB (Red+Green+Blue) = 200+143+255=598 (79% of max value = 765). Red value is 200 (78.52% from 255 or 33.44% from 598); Green value is 143 (56.25% from 255 or 23.91% from 598); Blue value is 255 (100% from 255 or 42.64% from 598); Max value from RGB is 255 - color contains mainly: blue. Hex color #C88FFF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C88FFF is #377000. Grayscale: #ACACAC. Windows color (decimal): -3633153 or 16748488. OLE color: 16748488.
HSL color Cylindrical-coordinate representation of color #C88FFF: hue angle of 270.54º degrees, saturation: 1, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #C88FFF is Cyan = 0.22, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 200 | 143 | 255 | - |
| CMYK | 0.22 | 0.44 | 0 | 0 |
| HSL | 270.54º | 1% | 0.78% | - |
| HSV(B) | 270.54º | 0.44% | 1% | - |
| XYZ | 51.69 | 39.14 | 99.44 | - |
| YUV | 172.81 | 174.38 | 147.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 143 | 255 | 0.22 | 0.44 | 0 | 0 | 270.54 | 1 | 0.78 |
| Hex | C8 | 8F | FF | 16 | 2C | 0 | 0 | 10F | 64 | 4E |
| Octal | 310 | 217 | 377 | 26 | 54 | 0 | 0 | 417 | 144 | 116 |
| Binary | 11001000 | 10001111 | 11111111 | 10110 | 101100 | 0 | 0 | 100001111 | 1100100 | 1001110 |
Color Harmonies of #C88FFF
Complementary color
Monochromatic Colors of #C88FFF
Black with #C88FFF
Text Example
Text Example
White with #C88FFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C88FFF; }
p { color: rgb(200,143,255); }
H1.HeaderClassName
{
color: #C88FFF;
}
.AnyTagClassName
{
color: #C88FFF;
}
</style>
background-color css
<style>
a { background-color: #C88FFF; }
a { background-color: rgb(200,143,255); }
div.DivClassName
{
background-color: #C88FFF;
}
.BgClassName
{
background-color: #C88FFF;
}
</style>
border-color css
<style>
span { border-color: #C88FFF; }
span { border-color: rgb(200,143,255); }
td.TdClassName
{
border-color: #C88FFF;
}
.TagClassName
{
border-color: #C88FFF;
}
</style>