Shades of Wisteria #D698F2
Tints of Wisteria #D698F2
RGB
CMYK
RGB Variations
Color information
#D698F2 (or 0xD698F2) is known color: Wisteria. HEX triplet: D6, 98 and F2. RGB value is (214,152,242). Sum of RGB (Red+Green+Blue) = 214+152+242=608 (80% of max value = 765). Red value is 214 (83.98% from 255 or 35.20% from 608); Green value is 152 (59.77% from 255 or 25% from 608); Blue value is 242 (94.92% from 255 or 39.80% from 608); Max value from RGB is 242 - color contains mainly: blue. Hex color #D698F2 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D698F2 is #29670D. Grayscale: #B4B4B4. Windows color (decimal): -2713358 or 15898838. OLE color: 15898838.
HSL color Cylindrical-coordinate representation of color #D698F2: hue angle of 281.33º degrees, saturation: 0.78, 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 #D698F2 is Cyan = 0.12, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 214 | 152 | 242 | - |
| CMYK | 0.12 | 0.37 | 0 | 0.05 |
| HSL | 281.33º | 0.78% | 0.77% | - |
| HSV(B) | 281.33º | 0.37% | 0.95% | - |
| XYZ | 54.99 | 43.16 | 89.44 | - |
| YUV | 180.8 | 162.54 | 151.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 152 | 242 | 0.12 | 0.37 | 0 | 0.05 | 281.33 | 0.78 | 0.77 |
| Hex | D6 | 98 | F2 | C | 25 | 0 | 5 | 119 | 4E | 4D |
| Octal | 326 | 230 | 362 | 14 | 45 | 0 | 5 | 431 | 116 | 115 |
| Binary | 11010110 | 10011000 | 11110010 | 1100 | 100101 | 0 | 101 | 100011001 | 1001110 | 1001101 |
Color Harmonies of #D698F2
Complementary color
Monochromatic Colors of #D698F2
Black with #D698F2
Text Example
Text Example
White with #D698F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D698F2; }
p { color: rgb(214,152,242); }
H1.HeaderClassName
{
color: #D698F2;
}
.AnyTagClassName
{
color: #D698F2;
}
</style>
background-color css
<style>
a { background-color: #D698F2; }
a { background-color: rgb(214,152,242); }
div.DivClassName
{
background-color: #D698F2;
}
.BgClassName
{
background-color: #D698F2;
}
</style>
border-color css
<style>
span { border-color: #D698F2; }
span { border-color: rgb(214,152,242); }
td.TdClassName
{
border-color: #D698F2;
}
.TagClassName
{
border-color: #D698F2;
}
</style>