Shades of Petite Orchid #D0908E
Tints of Petite Orchid #D0908E
RGB
CMYK
RGB Variations
Color information
#D0908E (or 0xD0908E) is known color: Petite Orchid. HEX triplet: D0, 90 and 8E. RGB value is (208,144,142). Sum of RGB (Red+Green+Blue) = 208+144+142=494 (65% of max value = 765). Red value is 208 (81.64% from 255 or 42.11% from 494); Green value is 144 (56.64% from 255 or 29.15% from 494); Blue value is 142 (55.86% from 255 or 28.74% from 494); Max value from RGB is 208 - color contains mainly: red. Hex color #D0908E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D0908E is #2F6F71. Grayscale: #A2A2A2. Windows color (decimal): -3108722 or 9343184. OLE color: 9343184.
HSL color Cylindrical-coordinate representation of color #D0908E: hue angle of 1.82º 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 #D0908E is Cyan = 0, Magento = 0.31, Yellow = 0.32 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 144 | 142 | - |
| CMYK | 0 | 0.31 | 0.32 | 0.18 |
| HSL | 1.82º | 0.41% | 0.69% | - |
| HSV(B) | 1.82º | 0.32% | 0.82% | - |
| XYZ | 40.87 | 35.31 | 30.25 | - |
| YUV | 162.91 | 116.2 | 160.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 144 | 142 | 0 | 0.31 | 0.32 | 0.18 | 1.82 | 0.41 | 0.69 |
| Hex | D0 | 90 | 8E | 0 | 1F | 20 | 12 | 2 | 29 | 45 |
| Octal | 320 | 220 | 216 | 0 | 37 | 40 | 22 | 2 | 51 | 105 |
| Binary | 11010000 | 10010000 | 10001110 | 0 | 11111 | 100000 | 10010 | 10 | 101001 | 1000101 |
Color Harmonies of #D0908E
Complementary color
Monochromatic Colors of #D0908E
Black with #D0908E
Text Example
Text Example
White with #D0908E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0908E; }
p { color: rgb(208,144,142); }
H1.HeaderClassName
{
color: #D0908E;
}
.AnyTagClassName
{
color: #D0908E;
}
</style>
background-color css
<style>
a { background-color: #D0908E; }
a { background-color: rgb(208,144,142); }
div.DivClassName
{
background-color: #D0908E;
}
.BgClassName
{
background-color: #D0908E;
}
</style>
border-color css
<style>
span { border-color: #D0908E; }
span { border-color: rgb(208,144,142); }
td.TdClassName
{
border-color: #D0908E;
}
.TagClassName
{
border-color: #D0908E;
}
</style>