Shades of Wisteria #C88BEE
Tints of Wisteria #C88BEE
RGB
CMYK
RGB Variations
Color information
#C88BEE (or 0xC88BEE) is known color: Wisteria. HEX triplet: C8, 8B and EE. RGB value is (200,139,238). Sum of RGB (Red+Green+Blue) = 200+139+238=577 (76% of max value = 765). Red value is 200 (78.52% from 255 or 34.66% from 577); Green value is 139 (54.69% from 255 or 24.09% from 577); Blue value is 238 (93.36% from 255 or 41.25% from 577); Max value from RGB is 238 - color contains mainly: blue. Hex color #C88BEE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C88BEE is #377411. Grayscale: #A8A8A8. Windows color (decimal): -3634194 or 15633352. OLE color: 15633352.
HSL color Cylindrical-coordinate representation of color #C88BEE: hue angle of 276.97º degrees, saturation: 0.74, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #C88BEE is Cyan = 0.16, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 200 | 139 | 238 | - |
| CMYK | 0.16 | 0.42 | 0 | 0.07 |
| HSL | 276.97º | 0.74% | 0.74% | - |
| HSV(B) | 276.97º | 0.42% | 0.93% | - |
| XYZ | 48.48 | 36.92 | 85.46 | - |
| YUV | 168.53 | 167.21 | 150.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 139 | 238 | 0.16 | 0.42 | 0 | 0.07 | 276.97 | 0.74 | 0.74 |
| Hex | C8 | 8B | EE | 10 | 2A | 0 | 7 | 115 | 4A | 4A |
| Octal | 310 | 213 | 356 | 20 | 52 | 0 | 7 | 425 | 112 | 112 |
| Binary | 11001000 | 10001011 | 11101110 | 10000 | 101010 | 0 | 111 | 100010101 | 1001010 | 1001010 |
Color Harmonies of #C88BEE
Complementary color
Monochromatic Colors of #C88BEE
Black with #C88BEE
Text Example
Text Example
White with #C88BEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C88BEE; }
p { color: rgb(200,139,238); }
H1.HeaderClassName
{
color: #C88BEE;
}
.AnyTagClassName
{
color: #C88BEE;
}
</style>
background-color css
<style>
a { background-color: #C88BEE; }
a { background-color: rgb(200,139,238); }
div.DivClassName
{
background-color: #C88BEE;
}
.BgClassName
{
background-color: #C88BEE;
}
</style>
border-color css
<style>
span { border-color: #C88BEE; }
span { border-color: rgb(200,139,238); }
td.TdClassName
{
border-color: #C88BEE;
}
.TagClassName
{
border-color: #C88BEE;
}
</style>