Shades of Wisteria #C89AEB
Tints of Wisteria #C89AEB
RGB
CMYK
RGB Variations
Color information
#C89AEB (or 0xC89AEB) is known color: Wisteria. HEX triplet: C8, 9A and EB. RGB value is (200,154,235). Sum of RGB (Red+Green+Blue) = 200+154+235=589 (78% of max value = 765). Red value is 200 (78.52% from 255 or 33.96% from 589); Green value is 154 (60.55% from 255 or 26.15% from 589); Blue value is 235 (92.19% from 255 or 39.90% from 589); Max value from RGB is 235 - color contains mainly: blue. Hex color #C89AEB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C89AEB is #376514. Grayscale: #B0B0B0. Windows color (decimal): -3630357 or 15440584. OLE color: 15440584.
HSL color Cylindrical-coordinate representation of color #C89AEB: hue angle of 274.07º degrees, saturation: 0.67, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #C89AEB is Cyan = 0.15, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 200 | 154 | 235 | - |
| CMYK | 0.15 | 0.34 | 0 | 0.08 |
| HSL | 274.07º | 0.67% | 0.76% | - |
| HSV(B) | 274.07º | 0.34% | 0.92% | - |
| XYZ | 50.37 | 41.39 | 83.93 | - |
| YUV | 176.99 | 160.74 | 144.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 154 | 235 | 0.15 | 0.34 | 0 | 0.08 | 274.07 | 0.67 | 0.76 |
| Hex | C8 | 9A | EB | F | 22 | 0 | 8 | 112 | 43 | 4C |
| Octal | 310 | 232 | 353 | 17 | 42 | 0 | 10 | 422 | 103 | 114 |
| Binary | 11001000 | 10011010 | 11101011 | 1111 | 100010 | 0 | 1000 | 100010010 | 1000011 | 1001100 |
Color Harmonies of #C89AEB
Complementary color
Monochromatic Colors of #C89AEB
Black with #C89AEB
Text Example
Text Example
White with #C89AEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C89AEB; }
p { color: rgb(200,154,235); }
H1.HeaderClassName
{
color: #C89AEB;
}
.AnyTagClassName
{
color: #C89AEB;
}
</style>
background-color css
<style>
a { background-color: #C89AEB; }
a { background-color: rgb(200,154,235); }
div.DivClassName
{
background-color: #C89AEB;
}
.BgClassName
{
background-color: #C89AEB;
}
</style>
border-color css
<style>
span { border-color: #C89AEB; }
span { border-color: rgb(200,154,235); }
td.TdClassName
{
border-color: #C89AEB;
}
.TagClassName
{
border-color: #C89AEB;
}
</style>