Shades of Orchid #D872DF
Tints of Orchid #D872DF
RGB
CMYK
RGB Variations
Color information
#D872DF (or 0xD872DF) is known color: Orchid. HEX triplet: D8, 72 and DF. RGB value is (216,114,223). Sum of RGB (Red+Green+Blue) = 216+114+223=553 (73% of max value = 765). Red value is 216 (84.77% from 255 or 39.06% from 553); Green value is 114 (44.92% from 255 or 20.61% from 553); Blue value is 223 (87.5% from 255 or 40.33% from 553); Max value from RGB is 223 - color contains mainly: blue. Hex color #D872DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D872DF is #278D20. Grayscale: #9C9C9C. Windows color (decimal): -2592033 or 14643928. OLE color: 14643928.
HSL color Cylindrical-coordinate representation of color #D872DF: hue angle of 296.15º degrees, saturation: 0.63, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #D872DF is Cyan = 0.03, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 216 | 114 | 223 | - |
| CMYK | 0.03 | 0.49 | 0 | 0.13 |
| HSL | 296.15º | 0.63% | 0.66% | - |
| HSV(B) | 296.15º | 0.49% | 0.87% | - |
| XYZ | 47.66 | 31.96 | 73.47 | - |
| YUV | 156.92 | 165.29 | 170.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 114 | 223 | 0.03 | 0.49 | 0 | 0.13 | 296.15 | 0.63 | 0.66 |
| Hex | D8 | 72 | DF | 3 | 31 | 0 | D | 128 | 3F | 42 |
| Octal | 330 | 162 | 337 | 3 | 61 | 0 | 15 | 450 | 77 | 102 |
| Binary | 11011000 | 1110010 | 11011111 | 11 | 110001 | 0 | 1101 | 100101000 | 111111 | 1000010 |
Color Harmonies of #D872DF
Complementary color
Monochromatic Colors of #D872DF
Black with #D872DF
Text Example
Text Example
White with #D872DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D872DF; }
p { color: rgb(216,114,223); }
H1.HeaderClassName
{
color: #D872DF;
}
.AnyTagClassName
{
color: #D872DF;
}
</style>
background-color css
<style>
a { background-color: #D872DF; }
a { background-color: rgb(216,114,223); }
div.DivClassName
{
background-color: #D872DF;
}
.BgClassName
{
background-color: #D872DF;
}
</style>
border-color css
<style>
span { border-color: #D872DF; }
span { border-color: rgb(216,114,223); }
td.TdClassName
{
border-color: #D872DF;
}
.TagClassName
{
border-color: #D872DF;
}
</style>