Shades of Orchid #D165D7
Tints of Orchid #D165D7
RGB
CMYK
RGB Variations
Color information
#D165D7 (or 0xD165D7) is known color: Orchid. HEX triplet: D1, 65 and D7. RGB value is (209,101,215). Sum of RGB (Red+Green+Blue) = 209+101+215=525 (69% of max value = 765). Red value is 209 (82.03% from 255 or 39.81% from 525); Green value is 101 (39.84% from 255 or 19.24% from 525); Blue value is 215 (84.38% from 255 or 40.95% from 525); Max value from RGB is 215 - color contains mainly: blue. Hex color #D165D7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D165D7 is #2E9A28. Grayscale: #919191. Windows color (decimal): -3054121 or 14116305. OLE color: 14116305.
HSL color Cylindrical-coordinate representation of color #D165D7: hue angle of 296.84º degrees, saturation: 0.59, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #D165D7 is Cyan = 0.03, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 209 | 101 | 215 | - |
| CMYK | 0.03 | 0.53 | 0 | 0.16 |
| HSL | 296.84º | 0.59% | 0.62% | - |
| HSV(B) | 296.84º | 0.53% | 0.84% | - |
| XYZ | 43.21 | 27.77 | 67.37 | - |
| YUV | 146.29 | 166.78 | 172.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 101 | 215 | 0.03 | 0.53 | 0 | 0.16 | 296.84 | 0.59 | 0.62 |
| Hex | D1 | 65 | D7 | 3 | 35 | 0 | 10 | 129 | 3B | 3E |
| Octal | 321 | 145 | 327 | 3 | 65 | 0 | 20 | 451 | 73 | 76 |
| Binary | 11010001 | 1100101 | 11010111 | 11 | 110101 | 0 | 10000 | 100101001 | 111011 | 111110 |
Color Harmonies of #D165D7
Complementary color
Monochromatic Colors of #D165D7
Black with #D165D7
Text Example
Text Example
White with #D165D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D165D7; }
p { color: rgb(209,101,215); }
H1.HeaderClassName
{
color: #D165D7;
}
.AnyTagClassName
{
color: #D165D7;
}
</style>
background-color css
<style>
a { background-color: #D165D7; }
a { background-color: rgb(209,101,215); }
div.DivClassName
{
background-color: #D165D7;
}
.BgClassName
{
background-color: #D165D7;
}
</style>
border-color css
<style>
span { border-color: #D165D7; }
span { border-color: rgb(209,101,215); }
td.TdClassName
{
border-color: #D165D7;
}
.TagClassName
{
border-color: #D165D7;
}
</style>