Shades of Wisteria #C88CE6
Tints of Wisteria #C88CE6
RGB
CMYK
RGB Variations
Color information
#C88CE6 (or 0xC88CE6) is known color: Wisteria. HEX triplet: C8, 8C and E6. RGB value is (200,140,230). Sum of RGB (Red+Green+Blue) = 200+140+230=570 (75% of max value = 765). Red value is 200 (78.52% from 255 or 35.09% from 570); Green value is 140 (55.08% from 255 or 24.56% from 570); Blue value is 230 (90.23% from 255 or 40.35% from 570); Max value from RGB is 230 - color contains mainly: blue. Hex color #C88CE6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C88CE6 is #377319. Grayscale: #A7A7A7. Windows color (decimal): -3633946 or 15109320. OLE color: 15109320.
HSL color Cylindrical-coordinate representation of color #C88CE6: hue angle of 280º degrees, saturation: 0.64, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #C88CE6 is Cyan = 0.13, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 200 | 140 | 230 | - |
| CMYK | 0.13 | 0.39 | 0 | 0.10 |
| HSL | 280º | 0.64% | 0.73% | - |
| HSV(B) | 280º | 0.39% | 0.9% | - |
| XYZ | 47.48 | 36.75 | 79.45 | - |
| YUV | 168.2 | 162.88 | 150.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 140 | 230 | 0.13 | 0.39 | 0 | 0.10 | 280 | 0.64 | 0.73 |
| Hex | C8 | 8C | E6 | D | 27 | 0 | A | 118 | 40 | 49 |
| Octal | 310 | 214 | 346 | 15 | 47 | 0 | 12 | 430 | 100 | 111 |
| Binary | 11001000 | 10001100 | 11100110 | 1101 | 100111 | 0 | 1010 | 100011000 | 1000000 | 1001001 |
Color Harmonies of #C88CE6
Complementary color
Monochromatic Colors of #C88CE6
Black with #C88CE6
Text Example
Text Example
White with #C88CE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C88CE6; }
p { color: rgb(200,140,230); }
H1.HeaderClassName
{
color: #C88CE6;
}
.AnyTagClassName
{
color: #C88CE6;
}
</style>
background-color css
<style>
a { background-color: #C88CE6; }
a { background-color: rgb(200,140,230); }
div.DivClassName
{
background-color: #C88CE6;
}
.BgClassName
{
background-color: #C88CE6;
}
</style>
border-color css
<style>
span { border-color: #C88CE6; }
span { border-color: rgb(200,140,230); }
td.TdClassName
{
border-color: #C88CE6;
}
.TagClassName
{
border-color: #C88CE6;
}
</style>