Shades of Orchid #D867C7
Tints of Orchid #D867C7
RGB
CMYK
RGB Variations
Color information
#D867C7 (or 0xD867C7) is known color: Orchid. HEX triplet: D8, 67 and C7. RGB value is (216,103,199). Sum of RGB (Red+Green+Blue) = 216+103+199=518 (68% of max value = 765). Red value is 216 (84.77% from 255 or 41.70% from 518); Green value is 103 (40.62% from 255 or 19.88% from 518); Blue value is 199 (78.12% from 255 or 38.42% from 518); Max value from RGB is 216 - color contains mainly: red. Hex color #D867C7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D867C7 is #279838. Grayscale: #939393. Windows color (decimal): -2594873 or 13068248. OLE color: 13068248.
HSL color Cylindrical-coordinate representation of color #D867C7: hue angle of 309.03º degrees, saturation: 0.59, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #D867C7 is Cyan = 0, Magento = 0.52, Yellow = 0.08 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 103 | 199 | - |
| CMYK | 0 | 0.52 | 0.08 | 0.15 |
| HSL | 309.03º | 0.59% | 0.63% | - |
| HSV(B) | 309.03º | 0.52% | 0.85% | - |
| XYZ | 43.48 | 28.42 | 57.23 | - |
| YUV | 147.73 | 156.94 | 176.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 103 | 199 | 0 | 0.52 | 0.08 | 0.15 | 309.03 | 0.59 | 0.63 |
| Hex | D8 | 67 | C7 | 0 | 34 | 8 | F | 135 | 3B | 3F |
| Octal | 330 | 147 | 307 | 0 | 64 | 10 | 17 | 465 | 73 | 77 |
| Binary | 11011000 | 1100111 | 11000111 | 0 | 110100 | 1000 | 1111 | 100110101 | 111011 | 111111 |
Color Harmonies of #D867C7
Complementary color
Monochromatic Colors of #D867C7
Black with #D867C7
Text Example
Text Example
White with #D867C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D867C7; }
p { color: rgb(216,103,199); }
H1.HeaderClassName
{
color: #D867C7;
}
.AnyTagClassName
{
color: #D867C7;
}
</style>
background-color css
<style>
a { background-color: #D867C7; }
a { background-color: rgb(216,103,199); }
div.DivClassName
{
background-color: #D867C7;
}
.BgClassName
{
background-color: #D867C7;
}
</style>
border-color css
<style>
span { border-color: #D867C7; }
span { border-color: rgb(216,103,199); }
td.TdClassName
{
border-color: #D867C7;
}
.TagClassName
{
border-color: #D867C7;
}
</style>