Shades of Wisteria #C88BE6
Tints of Wisteria #C88BE6
RGB
CMYK
RGB Variations
Color information
#C88BE6 (or 0xC88BE6) is known color: Wisteria. HEX triplet: C8, 8B and E6. RGB value is (200,139,230). Sum of RGB (Red+Green+Blue) = 200+139+230=569 (75% of max value = 765). Red value is 200 (78.52% from 255 or 35.15% from 569); Green value is 139 (54.69% from 255 or 24.43% from 569); Blue value is 230 (90.23% from 255 or 40.42% from 569); Max value from RGB is 230 - color contains mainly: blue. Hex color #C88BE6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C88BE6 is #377419. Grayscale: #A7A7A7. Windows color (decimal): -3634202 or 15109064. OLE color: 15109064.
HSL color Cylindrical-coordinate representation of color #C88BE6: hue angle of 280.22º degrees, saturation: 0.65, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C88BE6 is Cyan = 0.13, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 200 | 139 | 230 | - |
| CMYK | 0.13 | 0.40 | 0 | 0.10 |
| HSL | 280.22º | 0.65% | 0.72% | - |
| HSV(B) | 280.22º | 0.4% | 0.9% | - |
| XYZ | 47.33 | 36.46 | 79.41 | - |
| YUV | 167.61 | 163.21 | 151.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 139 | 230 | 0.13 | 0.40 | 0 | 0.10 | 280.22 | 0.65 | 0.72 |
| Hex | C8 | 8B | E6 | D | 28 | 0 | A | 118 | 41 | 48 |
| Octal | 310 | 213 | 346 | 15 | 50 | 0 | 12 | 430 | 101 | 110 |
| Binary | 11001000 | 10001011 | 11100110 | 1101 | 101000 | 0 | 1010 | 100011000 | 1000001 | 1001000 |
Color Harmonies of #C88BE6
Complementary color
Monochromatic Colors of #C88BE6
Black with #C88BE6
Text Example
Text Example
White with #C88BE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C88BE6; }
p { color: rgb(200,139,230); }
H1.HeaderClassName
{
color: #C88BE6;
}
.AnyTagClassName
{
color: #C88BE6;
}
</style>
background-color css
<style>
a { background-color: #C88BE6; }
a { background-color: rgb(200,139,230); }
div.DivClassName
{
background-color: #C88BE6;
}
.BgClassName
{
background-color: #C88BE6;
}
</style>
border-color css
<style>
span { border-color: #C88BE6; }
span { border-color: rgb(200,139,230); }
td.TdClassName
{
border-color: #C88BE6;
}
.TagClassName
{
border-color: #C88BE6;
}
</style>