Shades of Wisteria #D699F0
Tints of Wisteria #D699F0
RGB
CMYK
RGB Variations
Color information
#D699F0 (or 0xD699F0) is known color: Wisteria. HEX triplet: D6, 99 and F0. RGB value is (214,153,240). Sum of RGB (Red+Green+Blue) = 214+153+240=607 (80% of max value = 765). Red value is 214 (83.98% from 255 or 35.26% from 607); Green value is 153 (60.16% from 255 or 25.21% from 607); Blue value is 240 (94.14% from 255 or 39.54% from 607); Max value from RGB is 240 - color contains mainly: blue. Hex color #D699F0 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D699F0 is #29660F. Grayscale: #B4B4B4. Windows color (decimal): -2713104 or 15768022. OLE color: 15768022.
HSL color Cylindrical-coordinate representation of color #D699F0: hue angle of 282.07º 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 #D699F0 is Cyan = 0.11, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 214 | 153 | 240 | - |
| CMYK | 0.11 | 0.36 | 0 | 0.06 |
| HSL | 282.07º | 0.74% | 0.77% | - |
| HSV(B) | 282.07º | 0.36% | 0.94% | - |
| XYZ | 54.85 | 43.37 | 87.92 | - |
| YUV | 181.16 | 161.21 | 151.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 153 | 240 | 0.11 | 0.36 | 0 | 0.06 | 282.07 | 0.74 | 0.77 |
| Hex | D6 | 99 | F0 | B | 24 | 0 | 6 | 11A | 4A | 4D |
| Octal | 326 | 231 | 360 | 13 | 44 | 0 | 6 | 432 | 112 | 115 |
| Binary | 11010110 | 10011001 | 11110000 | 1011 | 100100 | 0 | 110 | 100011010 | 1001010 | 1001101 |
Color Harmonies of #D699F0
Complementary color
Monochromatic Colors of #D699F0
Black with #D699F0
Text Example
Text Example
White with #D699F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D699F0; }
p { color: rgb(214,153,240); }
H1.HeaderClassName
{
color: #D699F0;
}
.AnyTagClassName
{
color: #D699F0;
}
</style>
background-color css
<style>
a { background-color: #D699F0; }
a { background-color: rgb(214,153,240); }
div.DivClassName
{
background-color: #D699F0;
}
.BgClassName
{
background-color: #D699F0;
}
</style>
border-color css
<style>
span { border-color: #D699F0; }
span { border-color: rgb(214,153,240); }
td.TdClassName
{
border-color: #D699F0;
}
.TagClassName
{
border-color: #D699F0;
}
</style>