Shades of Orchid #D865C7
Tints of Orchid #D865C7
RGB
CMYK
RGB Variations
Color information
#D865C7 (or 0xD865C7) is known color: Orchid. HEX triplet: D8, 65 and C7. RGB value is (216,101,199). Sum of RGB (Red+Green+Blue) = 216+101+199=516 (68% of max value = 765). Red value is 216 (84.77% from 255 or 41.86% from 516); Green value is 101 (39.84% from 255 or 19.57% from 516); Blue value is 199 (78.12% from 255 or 38.57% from 516); Max value from RGB is 216 - color contains mainly: red. Hex color #D865C7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D865C7 is #279A38. Grayscale: #929292. Windows color (decimal): -2595385 or 13067736. OLE color: 13067736.
HSL color Cylindrical-coordinate representation of color #D865C7: hue angle of 308.87º 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 #D865C7 is Cyan = 0, Magento = 0.53, Yellow = 0.08 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 101 | 199 | - |
| CMYK | 0 | 0.53 | 0.08 | 0.15 |
| HSL | 308.87º | 0.6% | 0.62% | - |
| HSV(B) | 308.87º | 0.53% | 0.85% | - |
| XYZ | 43.28 | 28.03 | 57.16 | - |
| YUV | 146.56 | 157.6 | 177.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 101 | 199 | 0 | 0.53 | 0.08 | 0.15 | 308.87 | 0.6 | 0.62 |
| Hex | D8 | 65 | C7 | 0 | 35 | 8 | F | 135 | 3C | 3E |
| Octal | 330 | 145 | 307 | 0 | 65 | 10 | 17 | 465 | 74 | 76 |
| Binary | 11011000 | 1100101 | 11000111 | 0 | 110101 | 1000 | 1111 | 100110101 | 111100 | 111110 |
Color Harmonies of #D865C7
Complementary color
Monochromatic Colors of #D865C7
Black with #D865C7
Text Example
Text Example
White with #D865C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D865C7; }
p { color: rgb(216,101,199); }
H1.HeaderClassName
{
color: #D865C7;
}
.AnyTagClassName
{
color: #D865C7;
}
</style>
background-color css
<style>
a { background-color: #D865C7; }
a { background-color: rgb(216,101,199); }
div.DivClassName
{
background-color: #D865C7;
}
.BgClassName
{
background-color: #D865C7;
}
</style>
border-color css
<style>
span { border-color: #D865C7; }
span { border-color: rgb(216,101,199); }
td.TdClassName
{
border-color: #D865C7;
}
.TagClassName
{
border-color: #D865C7;
}
</style>