Shades of Wisteria #C89DEE
Tints of Wisteria #C89DEE
RGB
CMYK
RGB Variations
Color information
#C89DEE (or 0xC89DEE) is known color: Wisteria. HEX triplet: C8, 9D and EE. RGB value is (200,157,238). Sum of RGB (Red+Green+Blue) = 200+157+238=595 (78% of max value = 765). Red value is 200 (78.52% from 255 or 33.61% from 595); Green value is 157 (61.72% from 255 or 26.39% from 595); Blue value is 238 (93.36% from 255 or 40% from 595); Max value from RGB is 238 - color contains mainly: blue. Hex color #C89DEE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C89DEE is #376211. Grayscale: #B2B2B2. Windows color (decimal): -3629586 or 15637960. OLE color: 15637960.
HSL color Cylindrical-coordinate representation of color #C89DEE: hue angle of 271.85º degrees, saturation: 0.7, 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 #C89DEE is Cyan = 0.16, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 200 | 157 | 238 | - |
| CMYK | 0.16 | 0.34 | 0 | 0.07 |
| HSL | 271.85º | 0.7% | 0.77% | - |
| HSV(B) | 271.85º | 0.34% | 0.93% | - |
| XYZ | 51.31 | 42.57 | 86.4 | - |
| YUV | 179.09 | 161.25 | 142.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 157 | 238 | 0.16 | 0.34 | 0 | 0.07 | 271.85 | 0.7 | 0.77 |
| Hex | C8 | 9D | EE | 10 | 22 | 0 | 7 | 110 | 46 | 4D |
| Octal | 310 | 235 | 356 | 20 | 42 | 0 | 7 | 420 | 106 | 115 |
| Binary | 11001000 | 10011101 | 11101110 | 10000 | 100010 | 0 | 111 | 100010000 | 1000110 | 1001101 |
Color Harmonies of #C89DEE
Complementary color
Monochromatic Colors of #C89DEE
Black with #C89DEE
Text Example
Text Example
White with #C89DEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C89DEE; }
p { color: rgb(200,157,238); }
H1.HeaderClassName
{
color: #C89DEE;
}
.AnyTagClassName
{
color: #C89DEE;
}
</style>
background-color css
<style>
a { background-color: #C89DEE; }
a { background-color: rgb(200,157,238); }
div.DivClassName
{
background-color: #C89DEE;
}
.BgClassName
{
background-color: #C89DEE;
}
</style>
border-color css
<style>
span { border-color: #C89DEE; }
span { border-color: rgb(200,157,238); }
td.TdClassName
{
border-color: #C89DEE;
}
.TagClassName
{
border-color: #C89DEE;
}
</style>