Shades of Wisteria #D692ED
Tints of Wisteria #D692ED
RGB
CMYK
RGB Variations
Color information
#D692ED (or 0xD692ED) is known color: Wisteria. HEX triplet: D6, 92 and ED. RGB value is (214,146,237). Sum of RGB (Red+Green+Blue) = 214+146+237=597 (79% of max value = 765). Red value is 214 (83.98% from 255 or 35.85% from 597); Green value is 146 (57.42% from 255 or 24.46% from 597); Blue value is 237 (92.97% from 255 or 39.70% from 597); Max value from RGB is 237 - color contains mainly: blue. Hex color #D692ED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D692ED is #296D12. Grayscale: #B0B0B0. Windows color (decimal): -2714899 or 15569622. OLE color: 15569622.
HSL color Cylindrical-coordinate representation of color #D692ED: hue angle of 284.84º degrees, saturation: 0.72, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #D692ED is Cyan = 0.10, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 214 | 146 | 237 | - |
| CMYK | 0.10 | 0.38 | 0 | 0.07 |
| HSL | 284.84º | 0.72% | 0.75% | - |
| HSV(B) | 284.84º | 0.38% | 0.93% | - |
| XYZ | 53.3 | 40.97 | 85.22 | - |
| YUV | 176.71 | 162.03 | 154.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 146 | 237 | 0.10 | 0.38 | 0 | 0.07 | 284.84 | 0.72 | 0.75 |
| Hex | D6 | 92 | ED | A | 26 | 0 | 7 | 11D | 48 | 4B |
| Octal | 326 | 222 | 355 | 12 | 46 | 0 | 7 | 435 | 110 | 113 |
| Binary | 11010110 | 10010010 | 11101101 | 1010 | 100110 | 0 | 111 | 100011101 | 1001000 | 1001011 |
Color Harmonies of #D692ED
Complementary color
Monochromatic Colors of #D692ED
Black with #D692ED
Text Example
Text Example
White with #D692ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D692ED; }
p { color: rgb(214,146,237); }
H1.HeaderClassName
{
color: #D692ED;
}
.AnyTagClassName
{
color: #D692ED;
}
</style>
background-color css
<style>
a { background-color: #D692ED; }
a { background-color: rgb(214,146,237); }
div.DivClassName
{
background-color: #D692ED;
}
.BgClassName
{
background-color: #D692ED;
}
</style>
border-color css
<style>
span { border-color: #D692ED; }
span { border-color: rgb(214,146,237); }
td.TdClassName
{
border-color: #D692ED;
}
.TagClassName
{
border-color: #D692ED;
}
</style>