Shades of Petite Orchid #D0928D
Tints of Petite Orchid #D0928D
RGB
CMYK
RGB Variations
Color information
#D0928D (or 0xD0928D) is known color: Petite Orchid. HEX triplet: D0, 92 and 8D. RGB value is (208,146,141). Sum of RGB (Red+Green+Blue) = 208+146+141=495 (65% of max value = 765). Red value is 208 (81.64% from 255 or 42.02% from 495); Green value is 146 (57.42% from 255 or 29.49% from 495); Blue value is 141 (55.47% from 255 or 28.48% from 495); Max value from RGB is 208 - color contains mainly: red. Hex color #D0928D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D0928D is #2F6D72. Grayscale: #A4A4A4. Windows color (decimal): -3108211 or 9278160. OLE color: 9278160.
HSL color Cylindrical-coordinate representation of color #D0928D: hue angle of 4.48º 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 #D0928D is Cyan = 0, Magento = 0.30, Yellow = 0.32 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 146 | 141 | - |
| CMYK | 0 | 0.30 | 0.32 | 0.18 |
| HSL | 4.48º | 0.42% | 0.68% | - |
| HSV(B) | 4.48º | 0.32% | 0.82% | - |
| XYZ | 41.1 | 35.89 | 29.96 | - |
| YUV | 163.97 | 115.04 | 159.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 146 | 141 | 0 | 0.30 | 0.32 | 0.18 | 4.48 | 0.42 | 0.68 |
| Hex | D0 | 92 | 8D | 0 | 1E | 20 | 12 | 4 | 2A | 44 |
| Octal | 320 | 222 | 215 | 0 | 36 | 40 | 22 | 4 | 52 | 104 |
| Binary | 11010000 | 10010010 | 10001101 | 0 | 11110 | 100000 | 10010 | 100 | 101010 | 1000100 |
Color Harmonies of #D0928D
Complementary color
Monochromatic Colors of #D0928D
Black with #D0928D
Text Example
Text Example
White with #D0928D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0928D; }
p { color: rgb(208,146,141); }
H1.HeaderClassName
{
color: #D0928D;
}
.AnyTagClassName
{
color: #D0928D;
}
</style>
background-color css
<style>
a { background-color: #D0928D; }
a { background-color: rgb(208,146,141); }
div.DivClassName
{
background-color: #D0928D;
}
.BgClassName
{
background-color: #D0928D;
}
</style>
border-color css
<style>
span { border-color: #D0928D; }
span { border-color: rgb(208,146,141); }
td.TdClassName
{
border-color: #D0928D;
}
.TagClassName
{
border-color: #D0928D;
}
</style>