Shades of Orchid #D875C9
Tints of Orchid #D875C9
RGB
CMYK
RGB Variations
Color information
#D875C9 (or 0xD875C9) is known color: Orchid. HEX triplet: D8, 75 and C9. RGB value is (216,117,201). Sum of RGB (Red+Green+Blue) = 216+117+201=534 (70% of max value = 765). Red value is 216 (84.77% from 255 or 40.45% from 534); Green value is 117 (46.09% from 255 or 21.91% from 534); Blue value is 201 (78.91% from 255 or 37.64% from 534); Max value from RGB is 216 - color contains mainly: red. Hex color #D875C9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D875C9 is #278A36. Grayscale: #9B9B9B. Windows color (decimal): -2591287 or 13202904. OLE color: 13202904.
HSL color Cylindrical-coordinate representation of color #D875C9: hue angle of 309.09º 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 #D875C9 is Cyan = 0, Magento = 0.46, Yellow = 0.07 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 117 | 201 | - |
| CMYK | 0 | 0.46 | 0.07 | 0.15 |
| HSL | 309.09º | 0.56% | 0.65% | - |
| HSV(B) | 309.09º | 0.46% | 0.85% | - |
| XYZ | 45.22 | 31.54 | 58.96 | - |
| YUV | 156.18 | 153.3 | 170.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 117 | 201 | 0 | 0.46 | 0.07 | 0.15 | 309.09 | 0.56 | 0.65 |
| Hex | D8 | 75 | C9 | 0 | 2E | 7 | F | 135 | 38 | 41 |
| Octal | 330 | 165 | 311 | 0 | 56 | 7 | 17 | 465 | 70 | 101 |
| Binary | 11011000 | 1110101 | 11001001 | 0 | 101110 | 111 | 1111 | 100110101 | 111000 | 1000001 |
Color Harmonies of #D875C9
Complementary color
Monochromatic Colors of #D875C9
Black with #D875C9
Text Example
Text Example
White with #D875C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D875C9; }
p { color: rgb(216,117,201); }
H1.HeaderClassName
{
color: #D875C9;
}
.AnyTagClassName
{
color: #D875C9;
}
</style>
background-color css
<style>
a { background-color: #D875C9; }
a { background-color: rgb(216,117,201); }
div.DivClassName
{
background-color: #D875C9;
}
.BgClassName
{
background-color: #D875C9;
}
</style>
border-color css
<style>
span { border-color: #D875C9; }
span { border-color: rgb(216,117,201); }
td.TdClassName
{
border-color: #D875C9;
}
.TagClassName
{
border-color: #D875C9;
}
</style>