Shades of Orchid #D184D8
Tints of Orchid #D184D8
RGB
CMYK
RGB Variations
Color information
#D184D8 (or 0xD184D8) is known color: Orchid. HEX triplet: D1, 84 and D8. RGB value is (209,132,216). Sum of RGB (Red+Green+Blue) = 209+132+216=557 (73% of max value = 765). Red value is 209 (82.03% from 255 or 37.52% from 557); Green value is 132 (51.95% from 255 or 23.70% from 557); Blue value is 216 (84.77% from 255 or 38.78% from 557); Max value from RGB is 216 - color contains mainly: blue. Hex color #D184D8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D184D8 is #2E7B27. Grayscale: #A4A4A4. Windows color (decimal): -3046184 or 14189777. OLE color: 14189777.
HSL color Cylindrical-coordinate representation of color #D184D8: hue angle of 295º degrees, saturation: 0.52, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #D184D8 is Cyan = 0.03, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 209 | 132 | 216 | - |
| CMYK | 0.03 | 0.39 | 0 | 0.15 |
| HSL | 295º | 0.52% | 0.68% | - |
| HSV(B) | 295º | 0.39% | 0.85% | - |
| XYZ | 46.94 | 35.02 | 69.25 | - |
| YUV | 164.6 | 157.01 | 159.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 132 | 216 | 0.03 | 0.39 | 0 | 0.15 | 295 | 0.52 | 0.68 |
| Hex | D1 | 84 | D8 | 3 | 27 | 0 | F | 127 | 34 | 44 |
| Octal | 321 | 204 | 330 | 3 | 47 | 0 | 17 | 447 | 64 | 104 |
| Binary | 11010001 | 10000100 | 11011000 | 11 | 100111 | 0 | 1111 | 100100111 | 110100 | 1000100 |
Color Harmonies of #D184D8
Complementary color
Monochromatic Colors of #D184D8
Black with #D184D8
Text Example
Text Example
White with #D184D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D184D8; }
p { color: rgb(209,132,216); }
H1.HeaderClassName
{
color: #D184D8;
}
.AnyTagClassName
{
color: #D184D8;
}
</style>
background-color css
<style>
a { background-color: #D184D8; }
a { background-color: rgb(209,132,216); }
div.DivClassName
{
background-color: #D184D8;
}
.BgClassName
{
background-color: #D184D8;
}
</style>
border-color css
<style>
span { border-color: #D184D8; }
span { border-color: rgb(209,132,216); }
td.TdClassName
{
border-color: #D184D8;
}
.TagClassName
{
border-color: #D184D8;
}
</style>