Shades of Wisteria #D695EE
Tints of Wisteria #D695EE
RGB
CMYK
RGB Variations
Color information
#D695EE (or 0xD695EE) is known color: Wisteria. HEX triplet: D6, 95 and EE. RGB value is (214,149,238). Sum of RGB (Red+Green+Blue) = 214+149+238=601 (79% of max value = 765). Red value is 214 (83.98% from 255 or 35.61% from 601); Green value is 149 (58.59% from 255 or 24.79% from 601); Blue value is 238 (93.36% from 255 or 39.60% from 601); Max value from RGB is 238 - color contains mainly: blue. Hex color #D695EE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D695EE is #296A11. Grayscale: #B2B2B2. Windows color (decimal): -2714130 or 15635926. OLE color: 15635926.
HSL color Cylindrical-coordinate representation of color #D695EE: hue angle of 283.82º degrees, saturation: 0.72, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #D695EE is Cyan = 0.10, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 214 | 149 | 238 | - |
| CMYK | 0.10 | 0.37 | 0 | 0.07 |
| HSL | 283.82º | 0.72% | 0.76% | - |
| HSV(B) | 283.82º | 0.37% | 0.93% | - |
| XYZ | 53.91 | 41.96 | 86.15 | - |
| YUV | 178.58 | 161.53 | 153.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 149 | 238 | 0.10 | 0.37 | 0 | 0.07 | 283.82 | 0.72 | 0.76 |
| Hex | D6 | 95 | EE | A | 25 | 0 | 7 | 11C | 48 | 4C |
| Octal | 326 | 225 | 356 | 12 | 45 | 0 | 7 | 434 | 110 | 114 |
| Binary | 11010110 | 10010101 | 11101110 | 1010 | 100101 | 0 | 111 | 100011100 | 1001000 | 1001100 |
Color Harmonies of #D695EE
Complementary color
Monochromatic Colors of #D695EE
Black with #D695EE
Text Example
Text Example
White with #D695EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D695EE; }
p { color: rgb(214,149,238); }
H1.HeaderClassName
{
color: #D695EE;
}
.AnyTagClassName
{
color: #D695EE;
}
</style>
background-color css
<style>
a { background-color: #D695EE; }
a { background-color: rgb(214,149,238); }
div.DivClassName
{
background-color: #D695EE;
}
.BgClassName
{
background-color: #D695EE;
}
</style>
border-color css
<style>
span { border-color: #D695EE; }
span { border-color: rgb(214,149,238); }
td.TdClassName
{
border-color: #D695EE;
}
.TagClassName
{
border-color: #D695EE;
}
</style>