Shades of Orchid #D165D8
Tints of Orchid #D165D8
RGB
CMYK
RGB Variations
Color information
#D165D8 (or 0xD165D8) is known color: Orchid. HEX triplet: D1, 65 and D8. RGB value is (209,101,216). Sum of RGB (Red+Green+Blue) = 209+101+216=526 (69% of max value = 765). Red value is 209 (82.03% from 255 or 39.73% from 526); Green value is 101 (39.84% from 255 or 19.20% from 526); Blue value is 216 (84.77% from 255 or 41.06% from 526); Max value from RGB is 216 - color contains mainly: blue. Hex color #D165D8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D165D8 is #2E9A27. Grayscale: #929292. Windows color (decimal): -3054120 or 14181841. OLE color: 14181841.
HSL color Cylindrical-coordinate representation of color #D165D8: hue angle of 296.35º degrees, saturation: 0.6, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #D165D8 is Cyan = 0.03, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 209 | 101 | 216 | - |
| CMYK | 0.03 | 0.53 | 0 | 0.15 |
| HSL | 296.35º | 0.6% | 0.62% | - |
| HSV(B) | 296.35º | 0.53% | 0.85% | - |
| XYZ | 43.34 | 27.82 | 68.05 | - |
| YUV | 146.4 | 167.28 | 172.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 101 | 216 | 0.03 | 0.53 | 0 | 0.15 | 296.35 | 0.6 | 0.62 |
| Hex | D1 | 65 | D8 | 3 | 35 | 0 | F | 128 | 3C | 3E |
| Octal | 321 | 145 | 330 | 3 | 65 | 0 | 17 | 450 | 74 | 76 |
| Binary | 11010001 | 1100101 | 11011000 | 11 | 110101 | 0 | 1111 | 100101000 | 111100 | 111110 |
Color Harmonies of #D165D8
Complementary color
Monochromatic Colors of #D165D8
Black with #D165D8
Text Example
Text Example
White with #D165D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D165D8; }
p { color: rgb(209,101,216); }
H1.HeaderClassName
{
color: #D165D8;
}
.AnyTagClassName
{
color: #D165D8;
}
</style>
background-color css
<style>
a { background-color: #D165D8; }
a { background-color: rgb(209,101,216); }
div.DivClassName
{
background-color: #D165D8;
}
.BgClassName
{
background-color: #D165D8;
}
</style>
border-color css
<style>
span { border-color: #D165D8; }
span { border-color: rgb(209,101,216); }
td.TdClassName
{
border-color: #D165D8;
}
.TagClassName
{
border-color: #D165D8;
}
</style>