Shades of Orchid #D36FDF
Tints of Orchid #D36FDF
RGB
CMYK
RGB Variations
Color information
#D36FDF (or 0xD36FDF) is known color: Orchid. HEX triplet: D3, 6F and DF. RGB value is (211,111,223). Sum of RGB (Red+Green+Blue) = 211+111+223=545 (72% of max value = 765). Red value is 211 (82.81% from 255 or 38.72% from 545); Green value is 111 (43.75% from 255 or 20.37% from 545); Blue value is 223 (87.5% from 255 or 40.92% from 545); Max value from RGB is 223 - color contains mainly: blue. Hex color #D36FDF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D36FDF is #2C9020. Grayscale: #999999. Windows color (decimal): -2920481 or 14643155. OLE color: 14643155.
HSL color Cylindrical-coordinate representation of color #D36FDF: hue angle of 293.57º degrees, saturation: 0.64, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D36FDF is Cyan = 0.05, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 211 | 111 | 223 | - |
| CMYK | 0.05 | 0.50 | 0 | 0.13 |
| HSL | 293.57º | 0.64% | 0.65% | - |
| HSV(B) | 293.57º | 0.5% | 0.87% | - |
| XYZ | 45.87 | 30.55 | 73.29 | - |
| YUV | 153.67 | 167.13 | 168.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 111 | 223 | 0.05 | 0.50 | 0 | 0.13 | 293.57 | 0.64 | 0.65 |
| Hex | D3 | 6F | DF | 5 | 32 | 0 | D | 126 | 40 | 41 |
| Octal | 323 | 157 | 337 | 5 | 62 | 0 | 15 | 446 | 100 | 101 |
| Binary | 11010011 | 1101111 | 11011111 | 101 | 110010 | 0 | 1101 | 100100110 | 1000000 | 1000001 |
Color Harmonies of #D36FDF
Complementary color
Monochromatic Colors of #D36FDF
Black with #D36FDF
Text Example
Text Example
White with #D36FDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D36FDF; }
p { color: rgb(211,111,223); }
H1.HeaderClassName
{
color: #D36FDF;
}
.AnyTagClassName
{
color: #D36FDF;
}
</style>
background-color css
<style>
a { background-color: #D36FDF; }
a { background-color: rgb(211,111,223); }
div.DivClassName
{
background-color: #D36FDF;
}
.BgClassName
{
background-color: #D36FDF;
}
</style>
border-color css
<style>
span { border-color: #D36FDF; }
span { border-color: rgb(211,111,223); }
td.TdClassName
{
border-color: #D36FDF;
}
.TagClassName
{
border-color: #D36FDF;
}
</style>