Shades of Orchid #D865DF
Tints of Orchid #D865DF
RGB
CMYK
RGB Variations
Color information
#D865DF (or 0xD865DF) is known color: Orchid. HEX triplet: D8, 65 and DF. RGB value is (216,101,223). Sum of RGB (Red+Green+Blue) = 216+101+223=540 (71% of max value = 765). Red value is 216 (84.77% from 255 or 40% from 540); Green value is 101 (39.84% from 255 or 18.70% from 540); Blue value is 223 (87.5% from 255 or 41.30% from 540); Max value from RGB is 223 - color contains mainly: blue. Hex color #D865DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D865DF is #279A20. Grayscale: #949494. Windows color (decimal): -2595361 or 14640600. OLE color: 14640600.
HSL color Cylindrical-coordinate representation of color #D865DF: hue angle of 296.56º degrees, saturation: 0.66, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #D865DF is Cyan = 0.03, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 216 | 101 | 223 | - |
| CMYK | 0.03 | 0.55 | 0 | 0.13 |
| HSL | 296.56º | 0.66% | 0.64% | - |
| HSV(B) | 296.56º | 0.55% | 0.87% | - |
| XYZ | 46.29 | 29.23 | 73.01 | - |
| YUV | 149.29 | 169.6 | 175.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 101 | 223 | 0.03 | 0.55 | 0 | 0.13 | 296.56 | 0.66 | 0.64 |
| Hex | D8 | 65 | DF | 3 | 37 | 0 | D | 129 | 42 | 40 |
| Octal | 330 | 145 | 337 | 3 | 67 | 0 | 15 | 451 | 102 | 100 |
| Binary | 11011000 | 1100101 | 11011111 | 11 | 110111 | 0 | 1101 | 100101001 | 1000010 | 1000000 |
Color Harmonies of #D865DF
Complementary color
Monochromatic Colors of #D865DF
Black with #D865DF
Text Example
Text Example
White with #D865DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D865DF; }
p { color: rgb(216,101,223); }
H1.HeaderClassName
{
color: #D865DF;
}
.AnyTagClassName
{
color: #D865DF;
}
</style>
background-color css
<style>
a { background-color: #D865DF; }
a { background-color: rgb(216,101,223); }
div.DivClassName
{
background-color: #D865DF;
}
.BgClassName
{
background-color: #D865DF;
}
</style>
border-color css
<style>
span { border-color: #D865DF; }
span { border-color: rgb(216,101,223); }
td.TdClassName
{
border-color: #D865DF;
}
.TagClassName
{
border-color: #D865DF;
}
</style>