Shades of Petite Orchid #D0908B
Tints of Petite Orchid #D0908B
RGB
CMYK
RGB Variations
Color information
#D0908B (or 0xD0908B) is known color: Petite Orchid. HEX triplet: D0, 90 and 8B. RGB value is (208,144,139). Sum of RGB (Red+Green+Blue) = 208+144+139=491 (65% of max value = 765). Red value is 208 (81.64% from 255 or 42.36% from 491); Green value is 144 (56.64% from 255 or 29.33% from 491); Blue value is 139 (54.69% from 255 or 28.31% from 491); Max value from RGB is 208 - color contains mainly: red. Hex color #D0908B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D0908B is #2F6F74. Grayscale: #A2A2A2. Windows color (decimal): -3108725 or 9146576. OLE color: 9146576.
HSL color Cylindrical-coordinate representation of color #D0908B: hue angle of 4.35º degrees, saturation: 0.42, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #D0908B is Cyan = 0, Magento = 0.31, Yellow = 0.33 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 144 | 139 | - |
| CMYK | 0 | 0.31 | 0.33 | 0.18 |
| HSL | 4.35º | 0.42% | 0.68% | - |
| HSV(B) | 4.35º | 0.33% | 0.82% | - |
| XYZ | 40.65 | 35.22 | 29.08 | - |
| YUV | 162.57 | 114.7 | 160.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 144 | 139 | 0 | 0.31 | 0.33 | 0.18 | 4.35 | 0.42 | 0.68 |
| Hex | D0 | 90 | 8B | 0 | 1F | 21 | 12 | 4 | 2A | 44 |
| Octal | 320 | 220 | 213 | 0 | 37 | 41 | 22 | 4 | 52 | 104 |
| Binary | 11010000 | 10010000 | 10001011 | 0 | 11111 | 100001 | 10010 | 100 | 101010 | 1000100 |
Color Harmonies of #D0908B
Complementary color
Monochromatic Colors of #D0908B
Black with #D0908B
Text Example
Text Example
White with #D0908B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0908B; }
p { color: rgb(208,144,139); }
H1.HeaderClassName
{
color: #D0908B;
}
.AnyTagClassName
{
color: #D0908B;
}
</style>
background-color css
<style>
a { background-color: #D0908B; }
a { background-color: rgb(208,144,139); }
div.DivClassName
{
background-color: #D0908B;
}
.BgClassName
{
background-color: #D0908B;
}
</style>
border-color css
<style>
span { border-color: #D0908B; }
span { border-color: rgb(208,144,139); }
td.TdClassName
{
border-color: #D0908B;
}
.TagClassName
{
border-color: #D0908B;
}
</style>