Shades of Wisteria #D698E6
Tints of Wisteria #D698E6
RGB
CMYK
RGB Variations
Color information
#D698E6 (or 0xD698E6) is known color: Wisteria. HEX triplet: D6, 98 and E6. RGB value is (214,152,230). Sum of RGB (Red+Green+Blue) = 214+152+230=596 (78% of max value = 765). Red value is 214 (83.98% from 255 or 35.91% from 596); Green value is 152 (59.77% from 255 or 25.50% from 596); Blue value is 230 (90.23% from 255 or 38.59% from 596); Max value from RGB is 230 - color contains mainly: blue. Hex color #D698E6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D698E6 is #296719. Grayscale: #B3B3B3. Windows color (decimal): -2713370 or 15112406. OLE color: 15112406.
HSL color Cylindrical-coordinate representation of color #D698E6: hue angle of 287.69º degrees, saturation: 0.61, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #D698E6 is Cyan = 0.07, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 214 | 152 | 230 | - |
| CMYK | 0.07 | 0.34 | 0 | 0.10 |
| HSL | 287.69º | 0.61% | 0.75% | - |
| HSV(B) | 287.69º | 0.34% | 0.9% | - |
| XYZ | 53.24 | 42.47 | 80.25 | - |
| YUV | 179.43 | 156.54 | 152.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 152 | 230 | 0.07 | 0.34 | 0 | 0.10 | 287.69 | 0.61 | 0.75 |
| Hex | D6 | 98 | E6 | 7 | 22 | 0 | A | 120 | 3D | 4B |
| Octal | 326 | 230 | 346 | 7 | 42 | 0 | 12 | 440 | 75 | 113 |
| Binary | 11010110 | 10011000 | 11100110 | 111 | 100010 | 0 | 1010 | 100100000 | 111101 | 1001011 |
Color Harmonies of #D698E6
Complementary color
Monochromatic Colors of #D698E6
Black with #D698E6
Text Example
Text Example
White with #D698E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D698E6; }
p { color: rgb(214,152,230); }
H1.HeaderClassName
{
color: #D698E6;
}
.AnyTagClassName
{
color: #D698E6;
}
</style>
background-color css
<style>
a { background-color: #D698E6; }
a { background-color: rgb(214,152,230); }
div.DivClassName
{
background-color: #D698E6;
}
.BgClassName
{
background-color: #D698E6;
}
</style>
border-color css
<style>
span { border-color: #D698E6; }
span { border-color: rgb(214,152,230); }
td.TdClassName
{
border-color: #D698E6;
}
.TagClassName
{
border-color: #D698E6;
}
</style>