Shades of Orchid #D96FCD
Tints of Orchid #D96FCD
RGB
CMYK
RGB Variations
Color information
#D96FCD (or 0xD96FCD) is known color: Orchid. HEX triplet: D9, 6F and CD. RGB value is (217,111,205). Sum of RGB (Red+Green+Blue) = 217+111+205=533 (70% of max value = 765). Red value is 217 (85.16% from 255 or 40.71% from 533); Green value is 111 (43.75% from 255 or 20.83% from 533); Blue value is 205 (80.47% from 255 or 38.46% from 533); Max value from RGB is 217 - color contains mainly: red. Hex color #D96FCD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D96FCD is #269032. Grayscale: #999999. Windows color (decimal): -2527283 or 13463513. OLE color: 13463513.
HSL color Cylindrical-coordinate representation of color #D96FCD: hue angle of 306.79º degrees, saturation: 0.58, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #D96FCD is Cyan = 0, Magento = 0.49, Yellow = 0.06 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 111 | 205 | - |
| CMYK | 0 | 0.49 | 0.06 | 0.15 |
| HSL | 306.79º | 0.58% | 0.64% | - |
| HSV(B) | 306.79º | 0.49% | 0.85% | - |
| XYZ | 45.32 | 30.53 | 61.26 | - |
| YUV | 153.41 | 157.12 | 173.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 111 | 205 | 0 | 0.49 | 0.06 | 0.15 | 306.79 | 0.58 | 0.64 |
| Hex | D9 | 6F | CD | 0 | 31 | 6 | F | 133 | 3A | 40 |
| Octal | 331 | 157 | 315 | 0 | 61 | 6 | 17 | 463 | 72 | 100 |
| Binary | 11011001 | 1101111 | 11001101 | 0 | 110001 | 110 | 1111 | 100110011 | 111010 | 1000000 |
Color Harmonies of #D96FCD
Complementary color
Monochromatic Colors of #D96FCD
Black with #D96FCD
Text Example
Text Example
White with #D96FCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D96FCD; }
p { color: rgb(217,111,205); }
H1.HeaderClassName
{
color: #D96FCD;
}
.AnyTagClassName
{
color: #D96FCD;
}
</style>
background-color css
<style>
a { background-color: #D96FCD; }
a { background-color: rgb(217,111,205); }
div.DivClassName
{
background-color: #D96FCD;
}
.BgClassName
{
background-color: #D96FCD;
}
</style>
border-color css
<style>
span { border-color: #D96FCD; }
span { border-color: rgb(217,111,205); }
td.TdClassName
{
border-color: #D96FCD;
}
.TagClassName
{
border-color: #D96FCD;
}
</style>