Shades of Wisteria #D693E6
Tints of Wisteria #D693E6
RGB
CMYK
RGB Variations
Color information
#D693E6 (or 0xD693E6) is known color: Wisteria. HEX triplet: D6, 93 and E6. RGB value is (214,147,230). Sum of RGB (Red+Green+Blue) = 214+147+230=591 (78% of max value = 765). Red value is 214 (83.98% from 255 or 36.21% from 591); Green value is 147 (57.81% from 255 or 24.87% from 591); Blue value is 230 (90.23% from 255 or 38.92% from 591); Max value from RGB is 230 - color contains mainly: blue. Hex color #D693E6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D693E6 is #296C19. Grayscale: #B0B0B0. Windows color (decimal): -2714650 or 15111126. OLE color: 15111126.
HSL color Cylindrical-coordinate representation of color #D693E6: hue angle of 288.43º degrees, saturation: 0.62, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #D693E6 is Cyan = 0.07, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 214 | 147 | 230 | - |
| CMYK | 0.07 | 0.36 | 0 | 0.10 |
| HSL | 288.43º | 0.62% | 0.74% | - |
| HSV(B) | 288.43º | 0.36% | 0.9% | - |
| XYZ | 52.45 | 40.88 | 79.99 | - |
| YUV | 176.5 | 158.2 | 154.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 147 | 230 | 0.07 | 0.36 | 0 | 0.10 | 288.43 | 0.62 | 0.74 |
| Hex | D6 | 93 | E6 | 7 | 24 | 0 | A | 120 | 3E | 4A |
| Octal | 326 | 223 | 346 | 7 | 44 | 0 | 12 | 440 | 76 | 112 |
| Binary | 11010110 | 10010011 | 11100110 | 111 | 100100 | 0 | 1010 | 100100000 | 111110 | 1001010 |
Color Harmonies of #D693E6
Complementary color
Monochromatic Colors of #D693E6
Black with #D693E6
Text Example
Text Example
White with #D693E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D693E6; }
p { color: rgb(214,147,230); }
H1.HeaderClassName
{
color: #D693E6;
}
.AnyTagClassName
{
color: #D693E6;
}
</style>
background-color css
<style>
a { background-color: #D693E6; }
a { background-color: rgb(214,147,230); }
div.DivClassName
{
background-color: #D693E6;
}
.BgClassName
{
background-color: #D693E6;
}
</style>
border-color css
<style>
span { border-color: #D693E6; }
span { border-color: rgb(214,147,230); }
td.TdClassName
{
border-color: #D693E6;
}
.TagClassName
{
border-color: #D693E6;
}
</style>