Shades of Orchid #D875CF
Tints of Orchid #D875CF
RGB
CMYK
RGB Variations
Color information
#D875CF (or 0xD875CF) is known color: Orchid. HEX triplet: D8, 75 and CF. RGB value is (216,117,207). Sum of RGB (Red+Green+Blue) = 216+117+207=540 (71% of max value = 765). Red value is 216 (84.77% from 255 or 40% from 540); Green value is 117 (46.09% from 255 or 21.67% from 540); Blue value is 207 (81.25% from 255 or 38.33% from 540); Max value from RGB is 216 - color contains mainly: red. Hex color #D875CF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D875CF is #278A30. Grayscale: #9C9C9C. Windows color (decimal): -2591281 or 13596120. OLE color: 13596120.
HSL color Cylindrical-coordinate representation of color #D875CF: hue angle of 305.45º 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 #D875CF is Cyan = 0, Magento = 0.46, Yellow = 0.04 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 117 | 207 | - |
| CMYK | 0 | 0.46 | 0.04 | 0.15 |
| HSL | 305.45º | 0.56% | 0.65% | - |
| HSV(B) | 305.45º | 0.46% | 0.85% | - |
| XYZ | 45.94 | 31.83 | 62.75 | - |
| YUV | 156.86 | 156.3 | 170.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 117 | 207 | 0 | 0.46 | 0.04 | 0.15 | 305.45 | 0.56 | 0.65 |
| Hex | D8 | 75 | CF | 0 | 2E | 4 | F | 131 | 38 | 41 |
| Octal | 330 | 165 | 317 | 0 | 56 | 4 | 17 | 461 | 70 | 101 |
| Binary | 11011000 | 1110101 | 11001111 | 0 | 101110 | 100 | 1111 | 100110001 | 111000 | 1000001 |
Color Harmonies of #D875CF
Complementary color
Monochromatic Colors of #D875CF
Black with #D875CF
Text Example
Text Example
White with #D875CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D875CF; }
p { color: rgb(216,117,207); }
H1.HeaderClassName
{
color: #D875CF;
}
.AnyTagClassName
{
color: #D875CF;
}
</style>
background-color css
<style>
a { background-color: #D875CF; }
a { background-color: rgb(216,117,207); }
div.DivClassName
{
background-color: #D875CF;
}
.BgClassName
{
background-color: #D875CF;
}
</style>
border-color css
<style>
span { border-color: #D875CF; }
span { border-color: rgb(216,117,207); }
td.TdClassName
{
border-color: #D875CF;
}
.TagClassName
{
border-color: #D875CF;
}
</style>