Shades of Petite Orchid #D49289
Tints of Petite Orchid #D49289
RGB
CMYK
RGB Variations
Color information
#D49289 (or 0xD49289) is known color: Petite Orchid. HEX triplet: D4, 92 and 89. RGB value is (212,146,137). Sum of RGB (Red+Green+Blue) = 212+146+137=495 (65% of max value = 765). Red value is 212 (83.20% from 255 or 42.83% from 495); Green value is 146 (57.42% from 255 or 29.49% from 495); Blue value is 137 (53.91% from 255 or 27.68% from 495); Max value from RGB is 212 - color contains mainly: red. Hex color #D49289 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D49289 is #2B6D76. Grayscale: #A4A4A4. Windows color (decimal): -2846071 or 9016020. OLE color: 9016020.
HSL color Cylindrical-coordinate representation of color #D49289: hue angle of 7.2º degrees, saturation: 0.47, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #D49289 is Cyan = 0, Magento = 0.31, Yellow = 0.35 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 146 | 137 | - |
| CMYK | 0 | 0.31 | 0.35 | 0.17 |
| HSL | 7.2º | 0.47% | 0.68% | - |
| HSV(B) | 7.2º | 0.35% | 0.83% | - |
| XYZ | 41.95 | 36.36 | 28.47 | - |
| YUV | 164.71 | 112.37 | 161.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 146 | 137 | 0 | 0.31 | 0.35 | 0.17 | 7.2 | 0.47 | 0.68 |
| Hex | D4 | 92 | 89 | 0 | 1F | 23 | 11 | 7 | 2F | 44 |
| Octal | 324 | 222 | 211 | 0 | 37 | 43 | 21 | 7 | 57 | 104 |
| Binary | 11010100 | 10010010 | 10001001 | 0 | 11111 | 100011 | 10001 | 111 | 101111 | 1000100 |
Color Harmonies of #D49289
Complementary color
Monochromatic Colors of #D49289
Black with #D49289
Text Example
Text Example
White with #D49289
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D49289; }
p { color: rgb(212,146,137); }
H1.HeaderClassName
{
color: #D49289;
}
.AnyTagClassName
{
color: #D49289;
}
</style>
background-color css
<style>
a { background-color: #D49289; }
a { background-color: rgb(212,146,137); }
div.DivClassName
{
background-color: #D49289;
}
.BgClassName
{
background-color: #D49289;
}
</style>
border-color css
<style>
span { border-color: #D49289; }
span { border-color: rgb(212,146,137); }
td.TdClassName
{
border-color: #D49289;
}
.TagClassName
{
border-color: #D49289;
}
</style>