Shades of Orchid #D873CF
Tints of Orchid #D873CF
RGB
CMYK
RGB Variations
Color information
#D873CF (or 0xD873CF) is known color: Orchid. HEX triplet: D8, 73 and CF. RGB value is (216,115,207). Sum of RGB (Red+Green+Blue) = 216+115+207=538 (71% of max value = 765). Red value is 216 (84.77% from 255 or 40.15% from 538); Green value is 115 (45.31% from 255 or 21.38% from 538); Blue value is 207 (81.25% from 255 or 38.48% from 538); Max value from RGB is 216 - color contains mainly: red. Hex color #D873CF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D873CF is #278C30. Grayscale: #9B9B9B. Windows color (decimal): -2591793 or 13595608. OLE color: 13595608.
HSL color Cylindrical-coordinate representation of color #D873CF: hue angle of 305.35º degrees, saturation: 0.56, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #D873CF is Cyan = 0, Magento = 0.47, Yellow = 0.04 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 115 | 207 | - |
| CMYK | 0 | 0.47 | 0.04 | 0.15 |
| HSL | 305.35º | 0.56% | 0.65% | - |
| HSV(B) | 305.35º | 0.47% | 0.85% | - |
| XYZ | 45.71 | 31.37 | 62.68 | - |
| YUV | 155.69 | 156.96 | 171.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 115 | 207 | 0 | 0.47 | 0.04 | 0.15 | 305.35 | 0.56 | 0.65 |
| Hex | D8 | 73 | CF | 0 | 2F | 4 | F | 131 | 38 | 41 |
| Octal | 330 | 163 | 317 | 0 | 57 | 4 | 17 | 461 | 70 | 101 |
| Binary | 11011000 | 1110011 | 11001111 | 0 | 101111 | 100 | 1111 | 100110001 | 111000 | 1000001 |
Color Harmonies of #D873CF
Complementary color
Monochromatic Colors of #D873CF
Black with #D873CF
Text Example
Text Example
White with #D873CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D873CF; }
p { color: rgb(216,115,207); }
H1.HeaderClassName
{
color: #D873CF;
}
.AnyTagClassName
{
color: #D873CF;
}
</style>
background-color css
<style>
a { background-color: #D873CF; }
a { background-color: rgb(216,115,207); }
div.DivClassName
{
background-color: #D873CF;
}
.BgClassName
{
background-color: #D873CF;
}
</style>
border-color css
<style>
span { border-color: #D873CF; }
span { border-color: rgb(216,115,207); }
td.TdClassName
{
border-color: #D873CF;
}
.TagClassName
{
border-color: #D873CF;
}
</style>