Shades of Wisteria #C89CED
Tints of Wisteria #C89CED
RGB
CMYK
RGB Variations
Color information
#C89CED (or 0xC89CED) is known color: Wisteria. HEX triplet: C8, 9C and ED. RGB value is (200,156,237). Sum of RGB (Red+Green+Blue) = 200+156+237=593 (78% of max value = 765). Red value is 200 (78.52% from 255 or 33.73% from 593); Green value is 156 (61.33% from 255 or 26.31% from 593); Blue value is 237 (92.97% from 255 or 39.97% from 593); Max value from RGB is 237 - color contains mainly: blue. Hex color #C89CED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C89CED is #376312. Grayscale: #B2B2B2. Windows color (decimal): -3629843 or 15572168. OLE color: 15572168.
HSL color Cylindrical-coordinate representation of color #C89CED: hue angle of 272.59º degrees, saturation: 0.69, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #C89CED is Cyan = 0.16, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 200 | 156 | 237 | - |
| CMYK | 0.16 | 0.34 | 0 | 0.07 |
| HSL | 272.59º | 0.69% | 0.77% | - |
| HSV(B) | 272.59º | 0.34% | 0.93% | - |
| XYZ | 50.99 | 42.17 | 85.57 | - |
| YUV | 178.39 | 161.08 | 143.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 156 | 237 | 0.16 | 0.34 | 0 | 0.07 | 272.59 | 0.69 | 0.77 |
| Hex | C8 | 9C | ED | 10 | 22 | 0 | 7 | 111 | 45 | 4D |
| Octal | 310 | 234 | 355 | 20 | 42 | 0 | 7 | 421 | 105 | 115 |
| Binary | 11001000 | 10011100 | 11101101 | 10000 | 100010 | 0 | 111 | 100010001 | 1000101 | 1001101 |
Color Harmonies of #C89CED
Complementary color
Monochromatic Colors of #C89CED
Black with #C89CED
Text Example
Text Example
White with #C89CED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C89CED; }
p { color: rgb(200,156,237); }
H1.HeaderClassName
{
color: #C89CED;
}
.AnyTagClassName
{
color: #C89CED;
}
</style>
background-color css
<style>
a { background-color: #C89CED; }
a { background-color: rgb(200,156,237); }
div.DivClassName
{
background-color: #C89CED;
}
.BgClassName
{
background-color: #C89CED;
}
</style>
border-color css
<style>
span { border-color: #C89CED; }
span { border-color: rgb(200,156,237); }
td.TdClassName
{
border-color: #C89CED;
}
.TagClassName
{
border-color: #C89CED;
}
</style>