Shades of Wisteria #C89DDC
Tints of Wisteria #C89DDC
RGB
CMYK
RGB Variations
Color information
#C89DDC (or 0xC89DDC) is known color: Wisteria. HEX triplet: C8, 9D and DC. RGB value is (200,157,220). Sum of RGB (Red+Green+Blue) = 200+157+220=577 (76% of max value = 765). Red value is 200 (78.52% from 255 or 34.66% from 577); Green value is 157 (61.72% from 255 or 27.21% from 577); Blue value is 220 (86.33% from 255 or 38.13% from 577); Max value from RGB is 220 - color contains mainly: blue. Hex color #C89DDC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C89DDC is #376223. Grayscale: #B0B0B0. Windows color (decimal): -3629604 or 14458312. OLE color: 14458312.
HSL color Cylindrical-coordinate representation of color #C89DDC: hue angle of 280.95º degrees, saturation: 0.47, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #C89DDC is Cyan = 0.09, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 200 | 157 | 220 | - |
| CMYK | 0.09 | 0.29 | 0 | 0.14 |
| HSL | 280.95º | 0.47% | 0.74% | - |
| HSV(B) | 280.95º | 0.29% | 0.86% | - |
| XYZ | 48.79 | 41.56 | 73.16 | - |
| YUV | 177.04 | 152.25 | 144.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 157 | 220 | 0.09 | 0.29 | 0 | 0.14 | 280.95 | 0.47 | 0.74 |
| Hex | C8 | 9D | DC | 9 | 1D | 0 | E | 119 | 2F | 4A |
| Octal | 310 | 235 | 334 | 11 | 35 | 0 | 16 | 431 | 57 | 112 |
| Binary | 11001000 | 10011101 | 11011100 | 1001 | 11101 | 0 | 1110 | 100011001 | 101111 | 1001010 |
Color Harmonies of #C89DDC
Complementary color
Monochromatic Colors of #C89DDC
Black with #C89DDC
Text Example
Text Example
White with #C89DDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C89DDC; }
p { color: rgb(200,157,220); }
H1.HeaderClassName
{
color: #C89DDC;
}
.AnyTagClassName
{
color: #C89DDC;
}
</style>
background-color css
<style>
a { background-color: #C89DDC; }
a { background-color: rgb(200,157,220); }
div.DivClassName
{
background-color: #C89DDC;
}
.BgClassName
{
background-color: #C89DDC;
}
</style>
border-color css
<style>
span { border-color: #C89DDC; }
span { border-color: rgb(200,157,220); }
td.TdClassName
{
border-color: #C89DDC;
}
.TagClassName
{
border-color: #C89DDC;
}
</style>