Shades of Wisteria #D68CEF
Tints of Wisteria #D68CEF
RGB
CMYK
RGB Variations
Color information
#D68CEF (or 0xD68CEF) is known color: Wisteria. HEX triplet: D6, 8C and EF. RGB value is (214,140,239). Sum of RGB (Red+Green+Blue) = 214+140+239=593 (78% of max value = 765). Red value is 214 (83.98% from 255 or 36.09% from 593); Green value is 140 (55.08% from 255 or 23.61% from 593); Blue value is 239 (93.75% from 255 or 40.30% from 593); Max value from RGB is 239 - color contains mainly: blue. Hex color #D68CEF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D68CEF is #297310. Grayscale: #ADADAD. Windows color (decimal): -2716433 or 15699158. OLE color: 15699158.
HSL color Cylindrical-coordinate representation of color #D68CEF: hue angle of 284.85º degrees, saturation: 0.76, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #D68CEF is Cyan = 0.10, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 214 | 140 | 239 | - |
| CMYK | 0.10 | 0.41 | 0 | 0.06 |
| HSL | 284.85º | 0.76% | 0.74% | - |
| HSV(B) | 284.85º | 0.41% | 0.94% | - |
| XYZ | 52.69 | 39.28 | 86.47 | - |
| YUV | 173.41 | 165.02 | 156.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 140 | 239 | 0.10 | 0.41 | 0 | 0.06 | 284.85 | 0.76 | 0.74 |
| Hex | D6 | 8C | EF | A | 29 | 0 | 6 | 11D | 4C | 4A |
| Octal | 326 | 214 | 357 | 12 | 51 | 0 | 6 | 435 | 114 | 112 |
| Binary | 11010110 | 10001100 | 11101111 | 1010 | 101001 | 0 | 110 | 100011101 | 1001100 | 1001010 |
Color Harmonies of #D68CEF
Complementary color
Monochromatic Colors of #D68CEF
Black with #D68CEF
Text Example
Text Example
White with #D68CEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D68CEF; }
p { color: rgb(214,140,239); }
H1.HeaderClassName
{
color: #D68CEF;
}
.AnyTagClassName
{
color: #D68CEF;
}
</style>
background-color css
<style>
a { background-color: #D68CEF; }
a { background-color: rgb(214,140,239); }
div.DivClassName
{
background-color: #D68CEF;
}
.BgClassName
{
background-color: #D68CEF;
}
</style>
border-color css
<style>
span { border-color: #D68CEF; }
span { border-color: rgb(214,140,239); }
td.TdClassName
{
border-color: #D68CEF;
}
.TagClassName
{
border-color: #D68CEF;
}
</style>