Shades of Petite Orchid #D0948D
Tints of Petite Orchid #D0948D
RGB
CMYK
RGB Variations
Color information
#D0948D (or 0xD0948D) is known color: Petite Orchid. HEX triplet: D0, 94 and 8D. RGB value is (208,148,141). Sum of RGB (Red+Green+Blue) = 208+148+141=497 (65% of max value = 765). Red value is 208 (81.64% from 255 or 41.85% from 497); Green value is 148 (58.20% from 255 or 29.78% from 497); Blue value is 141 (55.47% from 255 or 28.37% from 497); Max value from RGB is 208 - color contains mainly: red. Hex color #D0948D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D0948D is #2F6B72. Grayscale: #A5A5A5. Windows color (decimal): -3107699 or 9278672. OLE color: 9278672.
HSL color Cylindrical-coordinate representation of color #D0948D: hue angle of 6.27º degrees, saturation: 0.42, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #D0948D is Cyan = 0, Magento = 0.29, Yellow = 0.32 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 148 | 141 | - |
| CMYK | 0 | 0.29 | 0.32 | 0.18 |
| HSL | 6.27º | 0.42% | 0.68% | - |
| HSV(B) | 6.27º | 0.32% | 0.82% | - |
| XYZ | 41.41 | 36.51 | 30.06 | - |
| YUV | 165.14 | 114.38 | 158.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 148 | 141 | 0 | 0.29 | 0.32 | 0.18 | 6.27 | 0.42 | 0.68 |
| Hex | D0 | 94 | 8D | 0 | 1D | 20 | 12 | 6 | 2A | 44 |
| Octal | 320 | 224 | 215 | 0 | 35 | 40 | 22 | 6 | 52 | 104 |
| Binary | 11010000 | 10010100 | 10001101 | 0 | 11101 | 100000 | 10010 | 110 | 101010 | 1000100 |
Color Harmonies of #D0948D
Complementary color
Monochromatic Colors of #D0948D
Black with #D0948D
Text Example
Text Example
White with #D0948D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0948D; }
p { color: rgb(208,148,141); }
H1.HeaderClassName
{
color: #D0948D;
}
.AnyTagClassName
{
color: #D0948D;
}
</style>
background-color css
<style>
a { background-color: #D0948D; }
a { background-color: rgb(208,148,141); }
div.DivClassName
{
background-color: #D0948D;
}
.BgClassName
{
background-color: #D0948D;
}
</style>
border-color css
<style>
span { border-color: #D0948D; }
span { border-color: rgb(208,148,141); }
td.TdClassName
{
border-color: #D0948D;
}
.TagClassName
{
border-color: #D0948D;
}
</style>