Shades of Wisteria #D698F3
Tints of Wisteria #D698F3
RGB
CMYK
RGB Variations
Color information
#D698F3 (or 0xD698F3) is known color: Wisteria. HEX triplet: D6, 98 and F3. RGB value is (214,152,243). Sum of RGB (Red+Green+Blue) = 214+152+243=609 (80% of max value = 765). Red value is 214 (83.98% from 255 or 35.14% from 609); Green value is 152 (59.77% from 255 or 24.96% from 609); Blue value is 243 (95.31% from 255 or 39.90% from 609); Max value from RGB is 243 - color contains mainly: blue. Hex color #D698F3 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D698F3 is #29670C. Grayscale: #B4B4B4. Windows color (decimal): -2713357 or 15964374. OLE color: 15964374.
HSL color Cylindrical-coordinate representation of color #D698F3: hue angle of 280.88º degrees, saturation: 0.79, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #D698F3 is Cyan = 0.12, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 214 | 152 | 243 | - |
| CMYK | 0.12 | 0.37 | 0 | 0.05 |
| HSL | 280.88º | 0.79% | 0.77% | - |
| HSV(B) | 280.88º | 0.37% | 0.95% | - |
| XYZ | 55.14 | 43.22 | 90.23 | - |
| YUV | 180.91 | 163.04 | 151.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 152 | 243 | 0.12 | 0.37 | 0 | 0.05 | 280.88 | 0.79 | 0.77 |
| Hex | D6 | 98 | F3 | C | 25 | 0 | 5 | 119 | 4F | 4D |
| Octal | 326 | 230 | 363 | 14 | 45 | 0 | 5 | 431 | 117 | 115 |
| Binary | 11010110 | 10011000 | 11110011 | 1100 | 100101 | 0 | 101 | 100011001 | 1001111 | 1001101 |
Color Harmonies of #D698F3
Complementary color
Monochromatic Colors of #D698F3
Black with #D698F3
Text Example
Text Example
White with #D698F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D698F3; }
p { color: rgb(214,152,243); }
H1.HeaderClassName
{
color: #D698F3;
}
.AnyTagClassName
{
color: #D698F3;
}
</style>
background-color css
<style>
a { background-color: #D698F3; }
a { background-color: rgb(214,152,243); }
div.DivClassName
{
background-color: #D698F3;
}
.BgClassName
{
background-color: #D698F3;
}
</style>
border-color css
<style>
span { border-color: #D698F3; }
span { border-color: rgb(214,152,243); }
td.TdClassName
{
border-color: #D698F3;
}
.TagClassName
{
border-color: #D698F3;
}
</style>