Shades of Petite Orchid #D0938E
Tints of Petite Orchid #D0938E
RGB
CMYK
RGB Variations
Color information
#D0938E (or 0xD0938E) is known color: Petite Orchid. HEX triplet: D0, 93 and 8E. RGB value is (208,147,142). Sum of RGB (Red+Green+Blue) = 208+147+142=497 (65% of max value = 765). Red value is 208 (81.64% from 255 or 41.85% from 497); Green value is 147 (57.81% from 255 or 29.58% from 497); Blue value is 142 (55.86% from 255 or 28.57% from 497); Max value from RGB is 208 - color contains mainly: red. Hex color #D0938E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D0938E is #2F6C71. Grayscale: #A4A4A4. Windows color (decimal): -3107954 or 9343952. OLE color: 9343952.
HSL color Cylindrical-coordinate representation of color #D0938E: hue angle of 4.55º degrees, saturation: 0.41, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #D0938E is Cyan = 0, Magento = 0.29, Yellow = 0.32 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 147 | 142 | - |
| CMYK | 0 | 0.29 | 0.32 | 0.18 |
| HSL | 4.55º | 0.41% | 0.69% | - |
| HSV(B) | 4.55º | 0.32% | 0.82% | - |
| XYZ | 41.33 | 36.23 | 30.41 | - |
| YUV | 164.67 | 115.21 | 158.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 147 | 142 | 0 | 0.29 | 0.32 | 0.18 | 4.55 | 0.41 | 0.69 |
| Hex | D0 | 93 | 8E | 0 | 1D | 20 | 12 | 5 | 29 | 45 |
| Octal | 320 | 223 | 216 | 0 | 35 | 40 | 22 | 5 | 51 | 105 |
| Binary | 11010000 | 10010011 | 10001110 | 0 | 11101 | 100000 | 10010 | 101 | 101001 | 1000101 |
Color Harmonies of #D0938E
Complementary color
Monochromatic Colors of #D0938E
Black with #D0938E
Text Example
Text Example
White with #D0938E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0938E; }
p { color: rgb(208,147,142); }
H1.HeaderClassName
{
color: #D0938E;
}
.AnyTagClassName
{
color: #D0938E;
}
</style>
background-color css
<style>
a { background-color: #D0938E; }
a { background-color: rgb(208,147,142); }
div.DivClassName
{
background-color: #D0938E;
}
.BgClassName
{
background-color: #D0938E;
}
</style>
border-color css
<style>
span { border-color: #D0938E; }
span { border-color: rgb(208,147,142); }
td.TdClassName
{
border-color: #D0938E;
}
.TagClassName
{
border-color: #D0938E;
}
</style>