Shades of Orchid #D165D0
Tints of Orchid #D165D0
RGB
CMYK
RGB Variations
Color information
#D165D0 (or 0xD165D0) is known color: Orchid. HEX triplet: D1, 65 and D0. RGB value is (209,101,208). Sum of RGB (Red+Green+Blue) = 209+101+208=518 (68% of max value = 765). Red value is 209 (82.03% from 255 or 40.35% from 518); Green value is 101 (39.84% from 255 or 19.50% from 518); Blue value is 208 (81.64% from 255 or 40.15% from 518); Max value from RGB is 209 - color contains mainly: red. Hex color #D165D0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D165D0 is #2E9A2F. Grayscale: #919191. Windows color (decimal): -3054128 or 13657553. OLE color: 13657553.
HSL color Cylindrical-coordinate representation of color #D165D0: hue angle of 300.56º degrees, saturation: 0.54, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #D165D0 is Cyan = 0, Magento = 0.52, Yellow = 0.00 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 101 | 208 | - |
| CMYK | 0 | 0.52 | 0.00 | 0.18 |
| HSL | 300.56º | 0.54% | 0.61% | - |
| HSV(B) | 300.56º | 0.52% | 0.82% | - |
| XYZ | 42.33 | 27.42 | 62.74 | - |
| YUV | 145.49 | 163.28 | 173.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 101 | 208 | 0 | 0.52 | 0.00 | 0.18 | 300.56 | 0.54 | 0.61 |
| Hex | D1 | 65 | D0 | 0 | 34 | 0 | 12 | 12D | 36 | 3D |
| Octal | 321 | 145 | 320 | 0 | 64 | 0 | 22 | 455 | 66 | 75 |
| Binary | 11010001 | 1100101 | 11010000 | 0 | 110100 | 0 | 10010 | 100101101 | 110110 | 111101 |
Color Harmonies of #D165D0
Complementary color
Monochromatic Colors of #D165D0
Black with #D165D0
Text Example
Text Example
White with #D165D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D165D0; }
p { color: rgb(209,101,208); }
H1.HeaderClassName
{
color: #D165D0;
}
.AnyTagClassName
{
color: #D165D0;
}
</style>
background-color css
<style>
a { background-color: #D165D0; }
a { background-color: rgb(209,101,208); }
div.DivClassName
{
background-color: #D165D0;
}
.BgClassName
{
background-color: #D165D0;
}
</style>
border-color css
<style>
span { border-color: #D165D0; }
span { border-color: rgb(209,101,208); }
td.TdClassName
{
border-color: #D165D0;
}
.TagClassName
{
border-color: #D165D0;
}
</style>