Shades of Wisteria #C88FEC
Tints of Wisteria #C88FEC
RGB
CMYK
RGB Variations
Color information
#C88FEC (or 0xC88FEC) is known color: Wisteria. HEX triplet: C8, 8F and EC. RGB value is (200,143,236). Sum of RGB (Red+Green+Blue) = 200+143+236=579 (76% of max value = 765). Red value is 200 (78.52% from 255 or 34.54% from 579); Green value is 143 (56.25% from 255 or 24.70% from 579); Blue value is 236 (92.58% from 255 or 40.76% from 579); Max value from RGB is 236 - color contains mainly: blue. Hex color #C88FEC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C88FEC is #377013. Grayscale: #AAAAAA. Windows color (decimal): -3633172 or 15503304. OLE color: 15503304.
HSL color Cylindrical-coordinate representation of color #C88FEC: hue angle of 276.77º degrees, saturation: 0.71, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #C88FEC is Cyan = 0.15, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 200 | 143 | 236 | - |
| CMYK | 0.15 | 0.39 | 0 | 0.07 |
| HSL | 276.77º | 0.71% | 0.74% | - |
| HSV(B) | 276.77º | 0.39% | 0.93% | - |
| XYZ | 48.78 | 37.98 | 84.12 | - |
| YUV | 170.65 | 164.88 | 148.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 143 | 236 | 0.15 | 0.39 | 0 | 0.07 | 276.77 | 0.71 | 0.74 |
| Hex | C8 | 8F | EC | F | 27 | 0 | 7 | 115 | 47 | 4A |
| Octal | 310 | 217 | 354 | 17 | 47 | 0 | 7 | 425 | 107 | 112 |
| Binary | 11001000 | 10001111 | 11101100 | 1111 | 100111 | 0 | 111 | 100010101 | 1000111 | 1001010 |
Color Harmonies of #C88FEC
Complementary color
Monochromatic Colors of #C88FEC
Black with #C88FEC
Text Example
Text Example
White with #C88FEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C88FEC; }
p { color: rgb(200,143,236); }
H1.HeaderClassName
{
color: #C88FEC;
}
.AnyTagClassName
{
color: #C88FEC;
}
</style>
background-color css
<style>
a { background-color: #C88FEC; }
a { background-color: rgb(200,143,236); }
div.DivClassName
{
background-color: #C88FEC;
}
.BgClassName
{
background-color: #C88FEC;
}
</style>
border-color css
<style>
span { border-color: #C88FEC; }
span { border-color: rgb(200,143,236); }
td.TdClassName
{
border-color: #C88FEC;
}
.TagClassName
{
border-color: #C88FEC;
}
</style>