Shades of Orchid #D875CE
Tints of Orchid #D875CE
RGB
CMYK
RGB Variations
Color information
#D875CE (or 0xD875CE) is known color: Orchid. HEX triplet: D8, 75 and CE. RGB value is (216,117,206). Sum of RGB (Red+Green+Blue) = 216+117+206=539 (71% of max value = 765). Red value is 216 (84.77% from 255 or 40.07% from 539); Green value is 117 (46.09% from 255 or 21.71% from 539); Blue value is 206 (80.86% from 255 or 38.22% from 539); Max value from RGB is 216 - color contains mainly: red. Hex color #D875CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D875CE is #278A31. Grayscale: #9C9C9C. Windows color (decimal): -2591282 or 13530584. OLE color: 13530584.
HSL color Cylindrical-coordinate representation of color #D875CE: hue angle of 306.06º 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 #D875CE is Cyan = 0, Magento = 0.46, Yellow = 0.05 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 117 | 206 | - |
| CMYK | 0 | 0.46 | 0.05 | 0.15 |
| HSL | 306.06º | 0.56% | 0.65% | - |
| HSV(B) | 306.06º | 0.46% | 0.85% | - |
| XYZ | 45.82 | 31.78 | 62.11 | - |
| YUV | 156.75 | 155.8 | 170.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 117 | 206 | 0 | 0.46 | 0.05 | 0.15 | 306.06 | 0.56 | 0.65 |
| Hex | D8 | 75 | CE | 0 | 2E | 5 | F | 132 | 38 | 41 |
| Octal | 330 | 165 | 316 | 0 | 56 | 5 | 17 | 462 | 70 | 101 |
| Binary | 11011000 | 1110101 | 11001110 | 0 | 101110 | 101 | 1111 | 100110010 | 111000 | 1000001 |
Color Harmonies of #D875CE
Complementary color
Monochromatic Colors of #D875CE
Black with #D875CE
Text Example
Text Example
White with #D875CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D875CE; }
p { color: rgb(216,117,206); }
H1.HeaderClassName
{
color: #D875CE;
}
.AnyTagClassName
{
color: #D875CE;
}
</style>
background-color css
<style>
a { background-color: #D875CE; }
a { background-color: rgb(216,117,206); }
div.DivClassName
{
background-color: #D875CE;
}
.BgClassName
{
background-color: #D875CE;
}
</style>
border-color css
<style>
span { border-color: #D875CE; }
span { border-color: rgb(216,117,206); }
td.TdClassName
{
border-color: #D875CE;
}
.TagClassName
{
border-color: #D875CE;
}
</style>