Shades of Wisteria #D696F3
Tints of Wisteria #D696F3
RGB
CMYK
RGB Variations
Color information
#D696F3 (or 0xD696F3) is known color: Wisteria. HEX triplet: D6, 96 and F3. RGB value is (214,150,243). Sum of RGB (Red+Green+Blue) = 214+150+243=607 (80% of max value = 765). Red value is 214 (83.98% from 255 or 35.26% from 607); Green value is 150 (58.98% from 255 or 24.71% from 607); Blue value is 243 (95.31% from 255 or 40.03% from 607); Max value from RGB is 243 - color contains mainly: blue. Hex color #D696F3 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D696F3 is #29690C. Grayscale: #B3B3B3. Windows color (decimal): -2713869 or 15963862. OLE color: 15963862.
HSL color Cylindrical-coordinate representation of color #D696F3: hue angle of 281.29º degrees, saturation: 0.79, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #D696F3 is Cyan = 0.12, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 214 | 150 | 243 | - |
| CMYK | 0.12 | 0.38 | 0 | 0.05 |
| HSL | 281.29º | 0.79% | 0.77% | - |
| HSV(B) | 281.29º | 0.38% | 0.95% | - |
| XYZ | 54.82 | 42.58 | 90.12 | - |
| YUV | 179.74 | 163.7 | 152.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 150 | 243 | 0.12 | 0.38 | 0 | 0.05 | 281.29 | 0.79 | 0.77 |
| Hex | D6 | 96 | F3 | C | 26 | 0 | 5 | 119 | 4F | 4D |
| Octal | 326 | 226 | 363 | 14 | 46 | 0 | 5 | 431 | 117 | 115 |
| Binary | 11010110 | 10010110 | 11110011 | 1100 | 100110 | 0 | 101 | 100011001 | 1001111 | 1001101 |
Color Harmonies of #D696F3
Complementary color
Monochromatic Colors of #D696F3
Black with #D696F3
Text Example
Text Example
White with #D696F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D696F3; }
p { color: rgb(214,150,243); }
H1.HeaderClassName
{
color: #D696F3;
}
.AnyTagClassName
{
color: #D696F3;
}
</style>
background-color css
<style>
a { background-color: #D696F3; }
a { background-color: rgb(214,150,243); }
div.DivClassName
{
background-color: #D696F3;
}
.BgClassName
{
background-color: #D696F3;
}
</style>
border-color css
<style>
span { border-color: #D696F3; }
span { border-color: rgb(214,150,243); }
td.TdClassName
{
border-color: #D696F3;
}
.TagClassName
{
border-color: #D696F3;
}
</style>