Shades of Wisteria #D699F3
Tints of Wisteria #D699F3
RGB
CMYK
RGB Variations
Color information
#D699F3 (or 0xD699F3) is known color: Wisteria. HEX triplet: D6, 99 and F3. RGB value is (214,153,243). Sum of RGB (Red+Green+Blue) = 214+153+243=610 (80% of max value = 765). Red value is 214 (83.98% from 255 or 35.08% from 610); Green value is 153 (60.16% from 255 or 25.08% from 610); Blue value is 243 (95.31% from 255 or 39.84% from 610); Max value from RGB is 243 - color contains mainly: blue. Hex color #D699F3 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D699F3 is #29660C. Grayscale: #B5B5B5. Windows color (decimal): -2713101 or 15964630. OLE color: 15964630.
HSL color Cylindrical-coordinate representation of color #D699F3: hue angle of 280.67º degrees, saturation: 0.79, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #D699F3 is Cyan = 0.12, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 214 | 153 | 243 | - |
| CMYK | 0.12 | 0.37 | 0 | 0.05 |
| HSL | 280.67º | 0.79% | 0.78% | - |
| HSV(B) | 280.67º | 0.37% | 0.95% | - |
| XYZ | 55.3 | 43.55 | 90.29 | - |
| YUV | 181.5 | 162.71 | 151.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 153 | 243 | 0.12 | 0.37 | 0 | 0.05 | 280.67 | 0.79 | 0.78 |
| Hex | D6 | 99 | F3 | C | 25 | 0 | 5 | 119 | 4F | 4E |
| Octal | 326 | 231 | 363 | 14 | 45 | 0 | 5 | 431 | 117 | 116 |
| Binary | 11010110 | 10011001 | 11110011 | 1100 | 100101 | 0 | 101 | 100011001 | 1001111 | 1001110 |
Color Harmonies of #D699F3
Complementary color
Monochromatic Colors of #D699F3
Black with #D699F3
Text Example
Text Example
White with #D699F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D699F3; }
p { color: rgb(214,153,243); }
H1.HeaderClassName
{
color: #D699F3;
}
.AnyTagClassName
{
color: #D699F3;
}
</style>
background-color css
<style>
a { background-color: #D699F3; }
a { background-color: rgb(214,153,243); }
div.DivClassName
{
background-color: #D699F3;
}
.BgClassName
{
background-color: #D699F3;
}
</style>
border-color css
<style>
span { border-color: #D699F3; }
span { border-color: rgb(214,153,243); }
td.TdClassName
{
border-color: #D699F3;
}
.TagClassName
{
border-color: #D699F3;
}
</style>