Shades of Wisteria #C89AEC
Tints of Wisteria #C89AEC
RGB
CMYK
RGB Variations
Color information
#C89AEC (or 0xC89AEC) is known color: Wisteria. HEX triplet: C8, 9A and EC. RGB value is (200,154,236). Sum of RGB (Red+Green+Blue) = 200+154+236=590 (78% of max value = 765). Red value is 200 (78.52% from 255 or 33.90% from 590); Green value is 154 (60.55% from 255 or 26.10% from 590); Blue value is 236 (92.58% from 255 or 40% from 590); Max value from RGB is 236 - color contains mainly: blue. Hex color #C89AEC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C89AEC is #376513. Grayscale: #B0B0B0. Windows color (decimal): -3630356 or 15506120. OLE color: 15506120.
HSL color Cylindrical-coordinate representation of color #C89AEC: hue angle of 273.66º degrees, saturation: 0.68, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #C89AEC is Cyan = 0.15, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 200 | 154 | 236 | - |
| CMYK | 0.15 | 0.35 | 0 | 0.07 |
| HSL | 273.66º | 0.68% | 0.76% | - |
| HSV(B) | 273.66º | 0.35% | 0.93% | - |
| XYZ | 50.52 | 41.45 | 84.69 | - |
| YUV | 177.1 | 161.24 | 144.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 154 | 236 | 0.15 | 0.35 | 0 | 0.07 | 273.66 | 0.68 | 0.76 |
| Hex | C8 | 9A | EC | F | 23 | 0 | 7 | 112 | 44 | 4C |
| Octal | 310 | 232 | 354 | 17 | 43 | 0 | 7 | 422 | 104 | 114 |
| Binary | 11001000 | 10011010 | 11101100 | 1111 | 100011 | 0 | 111 | 100010010 | 1000100 | 1001100 |
Color Harmonies of #C89AEC
Complementary color
Monochromatic Colors of #C89AEC
Black with #C89AEC
Text Example
Text Example
White with #C89AEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C89AEC; }
p { color: rgb(200,154,236); }
H1.HeaderClassName
{
color: #C89AEC;
}
.AnyTagClassName
{
color: #C89AEC;
}
</style>
background-color css
<style>
a { background-color: #C89AEC; }
a { background-color: rgb(200,154,236); }
div.DivClassName
{
background-color: #C89AEC;
}
.BgClassName
{
background-color: #C89AEC;
}
</style>
border-color css
<style>
span { border-color: #C89AEC; }
span { border-color: rgb(200,154,236); }
td.TdClassName
{
border-color: #C89AEC;
}
.TagClassName
{
border-color: #C89AEC;
}
</style>