Shades of Wisteria #C89DEF
Tints of Wisteria #C89DEF
RGB
CMYK
RGB Variations
Color information
#C89DEF (or 0xC89DEF) is known color: Wisteria. HEX triplet: C8, 9D and EF. RGB value is (200,157,239). Sum of RGB (Red+Green+Blue) = 200+157+239=596 (78% of max value = 765). Red value is 200 (78.52% from 255 or 33.56% from 596); Green value is 157 (61.72% from 255 or 26.34% from 596); Blue value is 239 (93.75% from 255 or 40.10% from 596); Max value from RGB is 239 - color contains mainly: blue. Hex color #C89DEF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C89DEF is #376210. Grayscale: #B2B2B2. Windows color (decimal): -3629585 or 15703496. OLE color: 15703496.
HSL color Cylindrical-coordinate representation of color #C89DEF: hue angle of 271.46º degrees, saturation: 0.72, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #C89DEF is Cyan = 0.16, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 200 | 157 | 239 | - |
| CMYK | 0.16 | 0.34 | 0 | 0.06 |
| HSL | 271.46º | 0.72% | 0.78% | - |
| HSV(B) | 271.46º | 0.34% | 0.94% | - |
| XYZ | 51.46 | 42.63 | 87.18 | - |
| YUV | 179.21 | 161.75 | 142.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 157 | 239 | 0.16 | 0.34 | 0 | 0.06 | 271.46 | 0.72 | 0.78 |
| Hex | C8 | 9D | EF | 10 | 22 | 0 | 6 | 10F | 48 | 4E |
| Octal | 310 | 235 | 357 | 20 | 42 | 0 | 6 | 417 | 110 | 116 |
| Binary | 11001000 | 10011101 | 11101111 | 10000 | 100010 | 0 | 110 | 100001111 | 1001000 | 1001110 |
Color Harmonies of #C89DEF
Complementary color
Monochromatic Colors of #C89DEF
Black with #C89DEF
Text Example
Text Example
White with #C89DEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C89DEF; }
p { color: rgb(200,157,239); }
H1.HeaderClassName
{
color: #C89DEF;
}
.AnyTagClassName
{
color: #C89DEF;
}
</style>
background-color css
<style>
a { background-color: #C89DEF; }
a { background-color: rgb(200,157,239); }
div.DivClassName
{
background-color: #C89DEF;
}
.BgClassName
{
background-color: #C89DEF;
}
</style>
border-color css
<style>
span { border-color: #C89DEF; }
span { border-color: rgb(200,157,239); }
td.TdClassName
{
border-color: #C89DEF;
}
.TagClassName
{
border-color: #C89DEF;
}
</style>