Shades of Orchid #D875D5
Tints of Orchid #D875D5
RGB
CMYK
RGB Variations
Color information
#D875D5 (or 0xD875D5) is known color: Orchid. HEX triplet: D8, 75 and D5. RGB value is (216,117,213). Sum of RGB (Red+Green+Blue) = 216+117+213=546 (72% of max value = 765). Red value is 216 (84.77% from 255 or 39.56% from 546); Green value is 117 (46.09% from 255 or 21.43% from 546); Blue value is 213 (83.59% from 255 or 39.01% from 546); Max value from RGB is 216 - color contains mainly: red. Hex color #D875D5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D875D5 is #278A2A. Grayscale: #9D9D9D. Windows color (decimal): -2591275 or 13989336. OLE color: 13989336.
HSL color Cylindrical-coordinate representation of color #D875D5: hue angle of 301.82º degrees, saturation: 0.56, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #D875D5 is Cyan = 0, Magento = 0.46, Yellow = 0.01 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 117 | 213 | - |
| CMYK | 0 | 0.46 | 0.01 | 0.15 |
| HSL | 301.82º | 0.56% | 0.65% | - |
| HSV(B) | 301.82º | 0.46% | 0.85% | - |
| XYZ | 46.69 | 32.13 | 66.69 | - |
| YUV | 157.55 | 159.3 | 169.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 117 | 213 | 0 | 0.46 | 0.01 | 0.15 | 301.82 | 0.56 | 0.65 |
| Hex | D8 | 75 | D5 | 0 | 2E | 1 | F | 12E | 38 | 41 |
| Octal | 330 | 165 | 325 | 0 | 56 | 1 | 17 | 456 | 70 | 101 |
| Binary | 11011000 | 1110101 | 11010101 | 0 | 101110 | 1 | 1111 | 100101110 | 111000 | 1000001 |
Color Harmonies of #D875D5
Complementary color
Monochromatic Colors of #D875D5
Black with #D875D5
Text Example
Text Example
White with #D875D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D875D5; }
p { color: rgb(216,117,213); }
H1.HeaderClassName
{
color: #D875D5;
}
.AnyTagClassName
{
color: #D875D5;
}
</style>
background-color css
<style>
a { background-color: #D875D5; }
a { background-color: rgb(216,117,213); }
div.DivClassName
{
background-color: #D875D5;
}
.BgClassName
{
background-color: #D875D5;
}
</style>
border-color css
<style>
span { border-color: #D875D5; }
span { border-color: rgb(216,117,213); }
td.TdClassName
{
border-color: #D875D5;
}
.TagClassName
{
border-color: #D875D5;
}
</style>