Shades of Orchid #D96FC2
Tints of Orchid #D96FC2
RGB
CMYK
RGB Variations
Color information
#D96FC2 (or 0xD96FC2) is known color: Orchid. HEX triplet: D9, 6F and C2. RGB value is (217,111,194). Sum of RGB (Red+Green+Blue) = 217+111+194=522 (69% of max value = 765). Red value is 217 (85.16% from 255 or 41.57% from 522); Green value is 111 (43.75% from 255 or 21.26% from 522); Blue value is 194 (76.17% from 255 or 37.16% from 522); Max value from RGB is 217 - color contains mainly: red. Hex color #D96FC2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D96FC2 is #26903D. Grayscale: #979797. Windows color (decimal): -2527294 or 12742617. OLE color: 12742617.
HSL color Cylindrical-coordinate representation of color #D96FC2: hue angle of 313.02º 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 #D96FC2 is Cyan = 0, Magento = 0.49, Yellow = 0.11 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 111 | 194 | - |
| CMYK | 0 | 0.49 | 0.11 | 0.15 |
| HSL | 313.02º | 0.58% | 0.64% | - |
| HSV(B) | 313.02º | 0.49% | 0.85% | - |
| XYZ | 44.04 | 30.02 | 54.51 | - |
| YUV | 152.16 | 151.62 | 174.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 111 | 194 | 0 | 0.49 | 0.11 | 0.15 | 313.02 | 0.58 | 0.64 |
| Hex | D9 | 6F | C2 | 0 | 31 | B | F | 139 | 3A | 40 |
| Octal | 331 | 157 | 302 | 0 | 61 | 13 | 17 | 471 | 72 | 100 |
| Binary | 11011001 | 1101111 | 11000010 | 0 | 110001 | 1011 | 1111 | 100111001 | 111010 | 1000000 |
Color Harmonies of #D96FC2
Complementary color
Monochromatic Colors of #D96FC2
Black with #D96FC2
Text Example
Text Example
White with #D96FC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D96FC2; }
p { color: rgb(217,111,194); }
H1.HeaderClassName
{
color: #D96FC2;
}
.AnyTagClassName
{
color: #D96FC2;
}
</style>
background-color css
<style>
a { background-color: #D96FC2; }
a { background-color: rgb(217,111,194); }
div.DivClassName
{
background-color: #D96FC2;
}
.BgClassName
{
background-color: #D96FC2;
}
</style>
border-color css
<style>
span { border-color: #D96FC2; }
span { border-color: rgb(217,111,194); }
td.TdClassName
{
border-color: #D96FC2;
}
.TagClassName
{
border-color: #D96FC2;
}
</style>