Shades of Wisteria #C88CEB
Tints of Wisteria #C88CEB
RGB
CMYK
RGB Variations
Color information
#C88CEB (or 0xC88CEB) is known color: Wisteria. HEX triplet: C8, 8C and EB. RGB value is (200,140,235). Sum of RGB (Red+Green+Blue) = 200+140+235=575 (76% of max value = 765). Red value is 200 (78.52% from 255 or 34.78% from 575); Green value is 140 (55.08% from 255 or 24.35% from 575); Blue value is 235 (92.19% from 255 or 40.87% from 575); Max value from RGB is 235 - color contains mainly: blue. Hex color #C88CEB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C88CEB is #377314. Grayscale: #A8A8A8. Windows color (decimal): -3633941 or 15437000. OLE color: 15437000.
HSL color Cylindrical-coordinate representation of color #C88CEB: hue angle of 277.89º degrees, saturation: 0.7, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C88CEB is Cyan = 0.15, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 200 | 140 | 235 | - |
| CMYK | 0.15 | 0.40 | 0 | 0.08 |
| HSL | 277.89º | 0.7% | 0.74% | - |
| HSV(B) | 277.89º | 0.4% | 0.92% | - |
| XYZ | 48.19 | 37.03 | 83.21 | - |
| YUV | 168.77 | 165.38 | 150.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 140 | 235 | 0.15 | 0.40 | 0 | 0.08 | 277.89 | 0.7 | 0.74 |
| Hex | C8 | 8C | EB | F | 28 | 0 | 8 | 116 | 46 | 4A |
| Octal | 310 | 214 | 353 | 17 | 50 | 0 | 10 | 426 | 106 | 112 |
| Binary | 11001000 | 10001100 | 11101011 | 1111 | 101000 | 0 | 1000 | 100010110 | 1000110 | 1001010 |
Color Harmonies of #C88CEB
Complementary color
Monochromatic Colors of #C88CEB
Black with #C88CEB
Text Example
Text Example
White with #C88CEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C88CEB; }
p { color: rgb(200,140,235); }
H1.HeaderClassName
{
color: #C88CEB;
}
.AnyTagClassName
{
color: #C88CEB;
}
</style>
background-color css
<style>
a { background-color: #C88CEB; }
a { background-color: rgb(200,140,235); }
div.DivClassName
{
background-color: #C88CEB;
}
.BgClassName
{
background-color: #C88CEB;
}
</style>
border-color css
<style>
span { border-color: #C88CEB; }
span { border-color: rgb(200,140,235); }
td.TdClassName
{
border-color: #C88CEB;
}
.TagClassName
{
border-color: #C88CEB;
}
</style>