Shades of Orchid #D96FC3
Tints of Orchid #D96FC3
RGB
CMYK
RGB Variations
Color information
#D96FC3 (or 0xD96FC3) is known color: Orchid. HEX triplet: D9, 6F and C3. RGB value is (217,111,195). Sum of RGB (Red+Green+Blue) = 217+111+195=523 (69% of max value = 765). Red value is 217 (85.16% from 255 or 41.49% from 523); Green value is 111 (43.75% from 255 or 21.22% from 523); Blue value is 195 (76.56% from 255 or 37.28% from 523); Max value from RGB is 217 - color contains mainly: red. Hex color #D96FC3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D96FC3 is #26903C. Grayscale: #989898. Windows color (decimal): -2527293 or 12808153. OLE color: 12808153.
HSL color Cylindrical-coordinate representation of color #D96FC3: hue angle of 312.45º 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 #D96FC3 is Cyan = 0, Magento = 0.49, Yellow = 0.10 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 111 | 195 | - |
| CMYK | 0 | 0.49 | 0.10 | 0.15 |
| HSL | 312.45º | 0.58% | 0.64% | - |
| HSV(B) | 312.45º | 0.49% | 0.85% | - |
| XYZ | 44.15 | 30.06 | 55.11 | - |
| YUV | 152.27 | 152.12 | 174.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 111 | 195 | 0 | 0.49 | 0.10 | 0.15 | 312.45 | 0.58 | 0.64 |
| Hex | D9 | 6F | C3 | 0 | 31 | A | F | 138 | 3A | 40 |
| Octal | 331 | 157 | 303 | 0 | 61 | 12 | 17 | 470 | 72 | 100 |
| Binary | 11011001 | 1101111 | 11000011 | 0 | 110001 | 1010 | 1111 | 100111000 | 111010 | 1000000 |
Color Harmonies of #D96FC3
Complementary color
Monochromatic Colors of #D96FC3
Black with #D96FC3
Text Example
Text Example
White with #D96FC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D96FC3; }
p { color: rgb(217,111,195); }
H1.HeaderClassName
{
color: #D96FC3;
}
.AnyTagClassName
{
color: #D96FC3;
}
</style>
background-color css
<style>
a { background-color: #D96FC3; }
a { background-color: rgb(217,111,195); }
div.DivClassName
{
background-color: #D96FC3;
}
.BgClassName
{
background-color: #D96FC3;
}
</style>
border-color css
<style>
span { border-color: #D96FC3; }
span { border-color: rgb(217,111,195); }
td.TdClassName
{
border-color: #D96FC3;
}
.TagClassName
{
border-color: #D96FC3;
}
</style>