Shades of Wisteria #C88EFC
Tints of Wisteria #C88EFC
RGB
CMYK
RGB Variations
Color information
#C88EFC (or 0xC88EFC) is known color: Wisteria. HEX triplet: C8, 8E and FC. RGB value is (200,142,252). Sum of RGB (Red+Green+Blue) = 200+142+252=594 (78% of max value = 765). Red value is 200 (78.52% from 255 or 33.67% from 594); Green value is 142 (55.86% from 255 or 23.91% from 594); Blue value is 252 (98.83% from 255 or 42.42% from 594); Max value from RGB is 252 - color contains mainly: blue. Hex color #C88EFC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C88EFC is #377103. Grayscale: #ABABAB. Windows color (decimal): -3633412 or 16551624. OLE color: 16551624.
HSL color Cylindrical-coordinate representation of color #C88EFC: hue angle of 271.64º 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 #C88EFC is Cyan = 0.21, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 200 | 142 | 252 | - |
| CMYK | 0.21 | 0.44 | 0 | 0.01 |
| HSL | 271.64º | 0.95% | 0.77% | - |
| HSV(B) | 271.64º | 0.44% | 0.99% | - |
| XYZ | 51.06 | 38.65 | 96.87 | - |
| YUV | 171.88 | 173.22 | 148.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 142 | 252 | 0.21 | 0.44 | 0 | 0.01 | 271.64 | 0.95 | 0.77 |
| Hex | C8 | 8E | FC | 15 | 2C | 0 | 1 | 110 | 5F | 4D |
| Octal | 310 | 216 | 374 | 25 | 54 | 0 | 1 | 420 | 137 | 115 |
| Binary | 11001000 | 10001110 | 11111100 | 10101 | 101100 | 0 | 1 | 100010000 | 1011111 | 1001101 |
Color Harmonies of #C88EFC
Complementary color
Monochromatic Colors of #C88EFC
Black with #C88EFC
Text Example
Text Example
White with #C88EFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C88EFC; }
p { color: rgb(200,142,252); }
H1.HeaderClassName
{
color: #C88EFC;
}
.AnyTagClassName
{
color: #C88EFC;
}
</style>
background-color css
<style>
a { background-color: #C88EFC; }
a { background-color: rgb(200,142,252); }
div.DivClassName
{
background-color: #C88EFC;
}
.BgClassName
{
background-color: #C88EFC;
}
</style>
border-color css
<style>
span { border-color: #C88EFC; }
span { border-color: rgb(200,142,252); }
td.TdClassName
{
border-color: #C88EFC;
}
.TagClassName
{
border-color: #C88EFC;
}
</style>