Shades of Orchid #D875DF
Tints of Orchid #D875DF
RGB
CMYK
RGB Variations
Color information
#D875DF (or 0xD875DF) is known color: Orchid. HEX triplet: D8, 75 and DF. RGB value is (216,117,223). Sum of RGB (Red+Green+Blue) = 216+117+223=556 (73% of max value = 765). Red value is 216 (84.77% from 255 or 38.85% from 556); Green value is 117 (46.09% from 255 or 21.04% from 556); Blue value is 223 (87.5% from 255 or 40.11% from 556); Max value from RGB is 223 - color contains mainly: blue. Hex color #D875DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D875DF is #278A20. Grayscale: #9E9E9E. Windows color (decimal): -2591265 or 14644696. OLE color: 14644696.
HSL color Cylindrical-coordinate representation of color #D875DF: hue angle of 296.04º degrees, saturation: 0.62, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #D875DF is Cyan = 0.03, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 216 | 117 | 223 | - |
| CMYK | 0.03 | 0.48 | 0 | 0.13 |
| HSL | 296.04º | 0.62% | 0.67% | - |
| HSV(B) | 296.04º | 0.48% | 0.87% | - |
| XYZ | 48 | 32.65 | 73.58 | - |
| YUV | 158.69 | 164.3 | 168.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 117 | 223 | 0.03 | 0.48 | 0 | 0.13 | 296.04 | 0.62 | 0.67 |
| Hex | D8 | 75 | DF | 3 | 30 | 0 | D | 128 | 3E | 43 |
| Octal | 330 | 165 | 337 | 3 | 60 | 0 | 15 | 450 | 76 | 103 |
| Binary | 11011000 | 1110101 | 11011111 | 11 | 110000 | 0 | 1101 | 100101000 | 111110 | 1000011 |
Color Harmonies of #D875DF
Complementary color
Monochromatic Colors of #D875DF
Black with #D875DF
Text Example
Text Example
White with #D875DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D875DF; }
p { color: rgb(216,117,223); }
H1.HeaderClassName
{
color: #D875DF;
}
.AnyTagClassName
{
color: #D875DF;
}
</style>
background-color css
<style>
a { background-color: #D875DF; }
a { background-color: rgb(216,117,223); }
div.DivClassName
{
background-color: #D875DF;
}
.BgClassName
{
background-color: #D875DF;
}
</style>
border-color css
<style>
span { border-color: #D875DF; }
span { border-color: rgb(216,117,223); }
td.TdClassName
{
border-color: #D875DF;
}
.TagClassName
{
border-color: #D875DF;
}
</style>