Shades of Orchid #D875E4
Tints of Orchid #D875E4
RGB
CMYK
RGB Variations
Color information
#D875E4 (or 0xD875E4) is known color: Orchid. HEX triplet: D8, 75 and E4. RGB value is (216,117,228). Sum of RGB (Red+Green+Blue) = 216+117+228=561 (74% of max value = 765). Red value is 216 (84.77% from 255 or 38.50% from 561); Green value is 117 (46.09% from 255 or 20.86% from 561); Blue value is 228 (89.45% from 255 or 40.64% from 561); Max value from RGB is 228 - color contains mainly: blue. Hex color #D875E4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D875E4 is #278A1B. Grayscale: #9E9E9E. Windows color (decimal): -2591260 or 14972376. OLE color: 14972376.
HSL color Cylindrical-coordinate representation of color #D875E4: hue angle of 293.51º degrees, saturation: 0.67, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #D875E4 is Cyan = 0.05, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 216 | 117 | 228 | - |
| CMYK | 0.05 | 0.49 | 0 | 0.11 |
| HSL | 293.51º | 0.67% | 0.68% | - |
| HSV(B) | 293.51º | 0.49% | 0.89% | - |
| XYZ | 48.68 | 32.92 | 77.19 | - |
| YUV | 159.26 | 166.8 | 168.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 117 | 228 | 0.05 | 0.49 | 0 | 0.11 | 293.51 | 0.67 | 0.68 |
| Hex | D8 | 75 | E4 | 5 | 31 | 0 | B | 126 | 43 | 44 |
| Octal | 330 | 165 | 344 | 5 | 61 | 0 | 13 | 446 | 103 | 104 |
| Binary | 11011000 | 1110101 | 11100100 | 101 | 110001 | 0 | 1011 | 100100110 | 1000011 | 1000100 |
Color Harmonies of #D875E4
Complementary color
Monochromatic Colors of #D875E4
Black with #D875E4
Text Example
Text Example
White with #D875E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D875E4; }
p { color: rgb(216,117,228); }
H1.HeaderClassName
{
color: #D875E4;
}
.AnyTagClassName
{
color: #D875E4;
}
</style>
background-color css
<style>
a { background-color: #D875E4; }
a { background-color: rgb(216,117,228); }
div.DivClassName
{
background-color: #D875E4;
}
.BgClassName
{
background-color: #D875E4;
}
</style>
border-color css
<style>
span { border-color: #D875E4; }
span { border-color: rgb(216,117,228); }
td.TdClassName
{
border-color: #D875E4;
}
.TagClassName
{
border-color: #D875E4;
}
</style>