Shades of Orchid #D865C0
Tints of Orchid #D865C0
RGB
CMYK
RGB Variations
Color information
#D865C0 (or 0xD865C0) is known color: Orchid. HEX triplet: D8, 65 and C0. RGB value is (216,101,192). Sum of RGB (Red+Green+Blue) = 216+101+192=509 (67% of max value = 765). Red value is 216 (84.77% from 255 or 42.44% from 509); Green value is 101 (39.84% from 255 or 19.84% from 509); Blue value is 192 (75.39% from 255 or 37.72% from 509); Max value from RGB is 216 - color contains mainly: red. Hex color #D865C0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D865C0 is #279A3F. Grayscale: #919191. Windows color (decimal): -2595392 or 12608984. OLE color: 12608984.
HSL color Cylindrical-coordinate representation of color #D865C0: hue angle of 312.52º degrees, saturation: 0.6, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #D865C0 is Cyan = 0, Magento = 0.53, Yellow = 0.11 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 101 | 192 | - |
| CMYK | 0 | 0.53 | 0.11 | 0.15 |
| HSL | 312.52º | 0.6% | 0.62% | - |
| HSV(B) | 312.52º | 0.53% | 0.85% | - |
| XYZ | 42.49 | 27.71 | 52.98 | - |
| YUV | 145.76 | 154.1 | 178.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 101 | 192 | 0 | 0.53 | 0.11 | 0.15 | 312.52 | 0.6 | 0.62 |
| Hex | D8 | 65 | C0 | 0 | 35 | B | F | 139 | 3C | 3E |
| Octal | 330 | 145 | 300 | 0 | 65 | 13 | 17 | 471 | 74 | 76 |
| Binary | 11011000 | 1100101 | 11000000 | 0 | 110101 | 1011 | 1111 | 100111001 | 111100 | 111110 |
Color Harmonies of #D865C0
Complementary color
Monochromatic Colors of #D865C0
Black with #D865C0
Text Example
Text Example
White with #D865C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D865C0; }
p { color: rgb(216,101,192); }
H1.HeaderClassName
{
color: #D865C0;
}
.AnyTagClassName
{
color: #D865C0;
}
</style>
background-color css
<style>
a { background-color: #D865C0; }
a { background-color: rgb(216,101,192); }
div.DivClassName
{
background-color: #D865C0;
}
.BgClassName
{
background-color: #D865C0;
}
</style>
border-color css
<style>
span { border-color: #D865C0; }
span { border-color: rgb(216,101,192); }
td.TdClassName
{
border-color: #D865C0;
}
.TagClassName
{
border-color: #D865C0;
}
</style>