Shades of Wisteria #D69AF0
Tints of Wisteria #D69AF0
RGB
CMYK
RGB Variations
Color information
#D69AF0 (or 0xD69AF0) is known color: Wisteria. HEX triplet: D6, 9A and F0. RGB value is (214,154,240). Sum of RGB (Red+Green+Blue) = 214+154+240=608 (80% of max value = 765). Red value is 214 (83.98% from 255 or 35.20% from 608); Green value is 154 (60.55% from 255 or 25.33% from 608); Blue value is 240 (94.14% from 255 or 39.47% from 608); Max value from RGB is 240 - color contains mainly: blue. Hex color #D69AF0 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D69AF0 is #29650F. Grayscale: #B5B5B5. Windows color (decimal): -2712848 or 15768278. OLE color: 15768278.
HSL color Cylindrical-coordinate representation of color #D69AF0: hue angle of 281.86º degrees, saturation: 0.74, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #D69AF0 is Cyan = 0.11, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 214 | 154 | 240 | - |
| CMYK | 0.11 | 0.36 | 0 | 0.06 |
| HSL | 281.86º | 0.74% | 0.77% | - |
| HSV(B) | 281.86º | 0.36% | 0.94% | - |
| XYZ | 55.02 | 43.7 | 87.97 | - |
| YUV | 181.74 | 160.88 | 151.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 154 | 240 | 0.11 | 0.36 | 0 | 0.06 | 281.86 | 0.74 | 0.77 |
| Hex | D6 | 9A | F0 | B | 24 | 0 | 6 | 11A | 4A | 4D |
| Octal | 326 | 232 | 360 | 13 | 44 | 0 | 6 | 432 | 112 | 115 |
| Binary | 11010110 | 10011010 | 11110000 | 1011 | 100100 | 0 | 110 | 100011010 | 1001010 | 1001101 |
Color Harmonies of #D69AF0
Complementary color
Monochromatic Colors of #D69AF0
Black with #D69AF0
Text Example
Text Example
White with #D69AF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D69AF0; }
p { color: rgb(214,154,240); }
H1.HeaderClassName
{
color: #D69AF0;
}
.AnyTagClassName
{
color: #D69AF0;
}
</style>
background-color css
<style>
a { background-color: #D69AF0; }
a { background-color: rgb(214,154,240); }
div.DivClassName
{
background-color: #D69AF0;
}
.BgClassName
{
background-color: #D69AF0;
}
</style>
border-color css
<style>
span { border-color: #D69AF0; }
span { border-color: rgb(214,154,240); }
td.TdClassName
{
border-color: #D69AF0;
}
.TagClassName
{
border-color: #D69AF0;
}
</style>