Shades of Wisteria #D68FEB
Tints of Wisteria #D68FEB
RGB
CMYK
RGB Variations
Color information
#D68FEB (or 0xD68FEB) is known color: Wisteria. HEX triplet: D6, 8F and EB. RGB value is (214,143,235). Sum of RGB (Red+Green+Blue) = 214+143+235=592 (78% of max value = 765). Red value is 214 (83.98% from 255 or 36.15% from 592); Green value is 143 (56.25% from 255 or 24.16% from 592); Blue value is 235 (92.19% from 255 or 39.70% from 592); Max value from RGB is 235 - color contains mainly: blue. Hex color #D68FEB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D68FEB is #297014. Grayscale: #AEAEAE. Windows color (decimal): -2715669 or 15437782. OLE color: 15437782.
HSL color Cylindrical-coordinate representation of color #D68FEB: hue angle of 286.3º degrees, saturation: 0.7, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #D68FEB is Cyan = 0.09, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 214 | 143 | 235 | - |
| CMYK | 0.09 | 0.39 | 0 | 0.08 |
| HSL | 286.3º | 0.7% | 0.74% | - |
| HSV(B) | 286.3º | 0.39% | 0.92% | - |
| XYZ | 52.55 | 39.94 | 83.54 | - |
| YUV | 174.72 | 162.02 | 156.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 143 | 235 | 0.09 | 0.39 | 0 | 0.08 | 286.3 | 0.7 | 0.74 |
| Hex | D6 | 8F | EB | 9 | 27 | 0 | 8 | 11E | 46 | 4A |
| Octal | 326 | 217 | 353 | 11 | 47 | 0 | 10 | 436 | 106 | 112 |
| Binary | 11010110 | 10001111 | 11101011 | 1001 | 100111 | 0 | 1000 | 100011110 | 1000110 | 1001010 |
Color Harmonies of #D68FEB
Complementary color
Monochromatic Colors of #D68FEB
Black with #D68FEB
Text Example
Text Example
White with #D68FEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D68FEB; }
p { color: rgb(214,143,235); }
H1.HeaderClassName
{
color: #D68FEB;
}
.AnyTagClassName
{
color: #D68FEB;
}
</style>
background-color css
<style>
a { background-color: #D68FEB; }
a { background-color: rgb(214,143,235); }
div.DivClassName
{
background-color: #D68FEB;
}
.BgClassName
{
background-color: #D68FEB;
}
</style>
border-color css
<style>
span { border-color: #D68FEB; }
span { border-color: rgb(214,143,235); }
td.TdClassName
{
border-color: #D68FEB;
}
.TagClassName
{
border-color: #D68FEB;
}
</style>