Shades of Wisteria #C89CDB
Tints of Wisteria #C89CDB
RGB
CMYK
RGB Variations
Color information
#C89CDB (or 0xC89CDB) is known color: Wisteria. HEX triplet: C8, 9C and DB. RGB value is (200,156,219). Sum of RGB (Red+Green+Blue) = 200+156+219=575 (76% of max value = 765). Red value is 200 (78.52% from 255 or 34.78% from 575); Green value is 156 (61.33% from 255 or 27.13% from 575); Blue value is 219 (85.94% from 255 or 38.09% from 575); Max value from RGB is 219 - color contains mainly: blue. Hex color #C89CDB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C89CDB is #376324. Grayscale: #B0B0B0. Windows color (decimal): -3629861 or 14392520. OLE color: 14392520.
HSL color Cylindrical-coordinate representation of color #C89CDB: hue angle of 281.9º 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 #C89CDB is Cyan = 0.09, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 200 | 156 | 219 | - |
| CMYK | 0.09 | 0.29 | 0 | 0.14 |
| HSL | 281.9º | 0.47% | 0.74% | - |
| HSV(B) | 281.9º | 0.29% | 0.86% | - |
| XYZ | 48.49 | 41.17 | 72.41 | - |
| YUV | 176.34 | 152.08 | 144.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 156 | 219 | 0.09 | 0.29 | 0 | 0.14 | 281.9 | 0.47 | 0.74 |
| Hex | C8 | 9C | DB | 9 | 1D | 0 | E | 11A | 2F | 4A |
| Octal | 310 | 234 | 333 | 11 | 35 | 0 | 16 | 432 | 57 | 112 |
| Binary | 11001000 | 10011100 | 11011011 | 1001 | 11101 | 0 | 1110 | 100011010 | 101111 | 1001010 |
Color Harmonies of #C89CDB
Complementary color
Monochromatic Colors of #C89CDB
Black with #C89CDB
Text Example
Text Example
White with #C89CDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C89CDB; }
p { color: rgb(200,156,219); }
H1.HeaderClassName
{
color: #C89CDB;
}
.AnyTagClassName
{
color: #C89CDB;
}
</style>
background-color css
<style>
a { background-color: #C89CDB; }
a { background-color: rgb(200,156,219); }
div.DivClassName
{
background-color: #C89CDB;
}
.BgClassName
{
background-color: #C89CDB;
}
</style>
border-color css
<style>
span { border-color: #C89CDB; }
span { border-color: rgb(200,156,219); }
td.TdClassName
{
border-color: #C89CDB;
}
.TagClassName
{
border-color: #C89CDB;
}
</style>