Shades of Orchid #D366DF
Tints of Orchid #D366DF
RGB
CMYK
RGB Variations
Color information
#D366DF (or 0xD366DF) is known color: Orchid. HEX triplet: D3, 66 and DF. RGB value is (211,102,223). Sum of RGB (Red+Green+Blue) = 211+102+223=536 (70% of max value = 765). Red value is 211 (82.81% from 255 or 39.37% from 536); Green value is 102 (40.23% from 255 or 19.03% from 536); Blue value is 223 (87.5% from 255 or 41.60% from 536); Max value from RGB is 223 - color contains mainly: blue. Hex color #D366DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D366DF is #2C9920. Grayscale: #949494. Windows color (decimal): -2922785 or 14640851. OLE color: 14640851.
HSL color Cylindrical-coordinate representation of color #D366DF: hue angle of 294.05º degrees, saturation: 0.65, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #D366DF is Cyan = 0.05, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 211 | 102 | 223 | - |
| CMYK | 0.05 | 0.54 | 0 | 0.13 |
| HSL | 294.05º | 0.65% | 0.64% | - |
| HSV(B) | 294.05º | 0.54% | 0.87% | - |
| XYZ | 44.93 | 28.68 | 72.98 | - |
| YUV | 148.39 | 170.11 | 172.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 102 | 223 | 0.05 | 0.54 | 0 | 0.13 | 294.05 | 0.65 | 0.64 |
| Hex | D3 | 66 | DF | 5 | 36 | 0 | D | 126 | 41 | 40 |
| Octal | 323 | 146 | 337 | 5 | 66 | 0 | 15 | 446 | 101 | 100 |
| Binary | 11010011 | 1100110 | 11011111 | 101 | 110110 | 0 | 1101 | 100100110 | 1000001 | 1000000 |
Color Harmonies of #D366DF
Complementary color
Monochromatic Colors of #D366DF
Black with #D366DF
Text Example
Text Example
White with #D366DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D366DF; }
p { color: rgb(211,102,223); }
H1.HeaderClassName
{
color: #D366DF;
}
.AnyTagClassName
{
color: #D366DF;
}
</style>
background-color css
<style>
a { background-color: #D366DF; }
a { background-color: rgb(211,102,223); }
div.DivClassName
{
background-color: #D366DF;
}
.BgClassName
{
background-color: #D366DF;
}
</style>
border-color css
<style>
span { border-color: #D366DF; }
span { border-color: rgb(211,102,223); }
td.TdClassName
{
border-color: #D366DF;
}
.TagClassName
{
border-color: #D366DF;
}
</style>