Shades of Orchid #D875E7
Tints of Orchid #D875E7
RGB
CMYK
RGB Variations
Color information
#D875E7 (or 0xD875E7) is known color: Orchid. HEX triplet: D8, 75 and E7. RGB value is (216,117,231). Sum of RGB (Red+Green+Blue) = 216+117+231=564 (74% of max value = 765). Red value is 216 (84.77% from 255 or 38.30% from 564); Green value is 117 (46.09% from 255 or 20.74% from 564); Blue value is 231 (90.62% from 255 or 40.96% from 564); Max value from RGB is 231 - color contains mainly: blue. Hex color #D875E7 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D875E7 is #278A18. Grayscale: #9F9F9F. Windows color (decimal): -2591257 or 15168984. OLE color: 15168984.
HSL color Cylindrical-coordinate representation of color #D875E7: hue angle of 292.11º degrees, saturation: 0.7, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #D875E7 is Cyan = 0.06, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 216 | 117 | 231 | - |
| CMYK | 0.06 | 0.49 | 0 | 0.09 |
| HSL | 292.11º | 0.7% | 0.68% | - |
| HSV(B) | 292.11º | 0.49% | 0.91% | - |
| XYZ | 49.1 | 33.09 | 79.4 | - |
| YUV | 159.6 | 168.3 | 168.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 117 | 231 | 0.06 | 0.49 | 0 | 0.09 | 292.11 | 0.7 | 0.68 |
| Hex | D8 | 75 | E7 | 6 | 31 | 0 | 9 | 124 | 46 | 44 |
| Octal | 330 | 165 | 347 | 6 | 61 | 0 | 11 | 444 | 106 | 104 |
| Binary | 11011000 | 1110101 | 11100111 | 110 | 110001 | 0 | 1001 | 100100100 | 1000110 | 1000100 |
Color Harmonies of #D875E7
Complementary color
Monochromatic Colors of #D875E7
Black with #D875E7
Text Example
Text Example
White with #D875E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D875E7; }
p { color: rgb(216,117,231); }
H1.HeaderClassName
{
color: #D875E7;
}
.AnyTagClassName
{
color: #D875E7;
}
</style>
background-color css
<style>
a { background-color: #D875E7; }
a { background-color: rgb(216,117,231); }
div.DivClassName
{
background-color: #D875E7;
}
.BgClassName
{
background-color: #D875E7;
}
</style>
border-color css
<style>
span { border-color: #D875E7; }
span { border-color: rgb(216,117,231); }
td.TdClassName
{
border-color: #D875E7;
}
.TagClassName
{
border-color: #D875E7;
}
</style>