Shades of Wisteria #C89EEB
Tints of Wisteria #C89EEB
RGB
CMYK
RGB Variations
Color information
#C89EEB (or 0xC89EEB) is known color: Wisteria. HEX triplet: C8, 9E and EB. RGB value is (200,158,235). Sum of RGB (Red+Green+Blue) = 200+158+235=593 (78% of max value = 765). Red value is 200 (78.52% from 255 or 33.73% from 593); Green value is 158 (62.11% from 255 or 26.64% from 593); Blue value is 235 (92.19% from 255 or 39.63% from 593); Max value from RGB is 235 - color contains mainly: blue. Hex color #C89EEB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C89EEB is #376114. Grayscale: #B3B3B3. Windows color (decimal): -3629333 or 15441608. OLE color: 15441608.
HSL color Cylindrical-coordinate representation of color #C89EEB: hue angle of 272.73º degrees, saturation: 0.66, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #C89EEB is Cyan = 0.15, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 200 | 158 | 235 | - |
| CMYK | 0.15 | 0.33 | 0 | 0.08 |
| HSL | 272.73º | 0.66% | 0.77% | - |
| HSV(B) | 272.73º | 0.33% | 0.92% | - |
| XYZ | 51.04 | 42.73 | 84.16 | - |
| YUV | 179.34 | 159.41 | 142.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 158 | 235 | 0.15 | 0.33 | 0 | 0.08 | 272.73 | 0.66 | 0.77 |
| Hex | C8 | 9E | EB | F | 21 | 0 | 8 | 111 | 42 | 4D |
| Octal | 310 | 236 | 353 | 17 | 41 | 0 | 10 | 421 | 102 | 115 |
| Binary | 11001000 | 10011110 | 11101011 | 1111 | 100001 | 0 | 1000 | 100010001 | 1000010 | 1001101 |
Color Harmonies of #C89EEB
Complementary color
Monochromatic Colors of #C89EEB
Black with #C89EEB
Text Example
Text Example
White with #C89EEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C89EEB; }
p { color: rgb(200,158,235); }
H1.HeaderClassName
{
color: #C89EEB;
}
.AnyTagClassName
{
color: #C89EEB;
}
</style>
background-color css
<style>
a { background-color: #C89EEB; }
a { background-color: rgb(200,158,235); }
div.DivClassName
{
background-color: #C89EEB;
}
.BgClassName
{
background-color: #C89EEB;
}
</style>
border-color css
<style>
span { border-color: #C89EEB; }
span { border-color: rgb(200,158,235); }
td.TdClassName
{
border-color: #C89EEB;
}
.TagClassName
{
border-color: #C89EEB;
}
</style>