Shades of Orchid #D165DF
Tints of Orchid #D165DF
RGB
CMYK
RGB Variations
Color information
#D165DF (or 0xD165DF) is known color: Orchid. HEX triplet: D1, 65 and DF. RGB value is (209,101,223). Sum of RGB (Red+Green+Blue) = 209+101+223=533 (70% of max value = 765). Red value is 209 (82.03% from 255 or 39.21% from 533); Green value is 101 (39.84% from 255 or 18.95% from 533); Blue value is 223 (87.5% from 255 or 41.84% from 533); Max value from RGB is 223 - color contains mainly: blue. Hex color #D165DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D165DF is #2E9A20. Grayscale: #929292. Windows color (decimal): -3054113 or 14640593. OLE color: 14640593.
HSL color Cylindrical-coordinate representation of color #D165DF: hue angle of 293.11º 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 #D165DF is Cyan = 0.06, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 209 | 101 | 223 | - |
| CMYK | 0.06 | 0.55 | 0 | 0.13 |
| HSL | 293.11º | 0.66% | 0.64% | - |
| HSV(B) | 293.11º | 0.55% | 0.87% | - |
| XYZ | 44.27 | 28.19 | 72.92 | - |
| YUV | 147.2 | 170.78 | 172.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 101 | 223 | 0.06 | 0.55 | 0 | 0.13 | 293.11 | 0.66 | 0.64 |
| Hex | D1 | 65 | DF | 6 | 37 | 0 | D | 125 | 42 | 40 |
| Octal | 321 | 145 | 337 | 6 | 67 | 0 | 15 | 445 | 102 | 100 |
| Binary | 11010001 | 1100101 | 11011111 | 110 | 110111 | 0 | 1101 | 100100101 | 1000010 | 1000000 |
Color Harmonies of #D165DF
Complementary color
Monochromatic Colors of #D165DF
Black with #D165DF
Text Example
Text Example
White with #D165DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D165DF; }
p { color: rgb(209,101,223); }
H1.HeaderClassName
{
color: #D165DF;
}
.AnyTagClassName
{
color: #D165DF;
}
</style>
background-color css
<style>
a { background-color: #D165DF; }
a { background-color: rgb(209,101,223); }
div.DivClassName
{
background-color: #D165DF;
}
.BgClassName
{
background-color: #D165DF;
}
</style>
border-color css
<style>
span { border-color: #D165DF; }
span { border-color: rgb(209,101,223); }
td.TdClassName
{
border-color: #D165DF;
}
.TagClassName
{
border-color: #D165DF;
}
</style>