Shades of Petite Orchid #D3908D
Tints of Petite Orchid #D3908D
RGB
CMYK
RGB Variations
Color information
#D3908D (or 0xD3908D) is known color: Petite Orchid. HEX triplet: D3, 90 and 8D. RGB value is (211,144,141). Sum of RGB (Red+Green+Blue) = 211+144+141=496 (65% of max value = 765). Red value is 211 (82.81% from 255 or 42.54% from 496); Green value is 144 (56.64% from 255 or 29.03% from 496); Blue value is 141 (55.47% from 255 or 28.43% from 496); Max value from RGB is 211 - color contains mainly: red. Hex color #D3908D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D3908D is #2C6F72. Grayscale: #A3A3A3. Windows color (decimal): -2912115 or 9277651. OLE color: 9277651.
HSL color Cylindrical-coordinate representation of color #D3908D: hue angle of 2.57º degrees, saturation: 0.44, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #D3908D is Cyan = 0, Magento = 0.32, Yellow = 0.33 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 144 | 141 | - |
| CMYK | 0 | 0.32 | 0.33 | 0.17 |
| HSL | 2.57º | 0.44% | 0.69% | - |
| HSV(B) | 2.57º | 0.33% | 0.83% | - |
| XYZ | 41.64 | 35.72 | 29.9 | - |
| YUV | 163.69 | 115.2 | 161.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 144 | 141 | 0 | 0.32 | 0.33 | 0.17 | 2.57 | 0.44 | 0.69 |
| Hex | D3 | 90 | 8D | 0 | 20 | 21 | 11 | 3 | 2C | 45 |
| Octal | 323 | 220 | 215 | 0 | 40 | 41 | 21 | 3 | 54 | 105 |
| Binary | 11010011 | 10010000 | 10001101 | 0 | 100000 | 100001 | 10001 | 11 | 101100 | 1000101 |
Color Harmonies of #D3908D
Complementary color
Monochromatic Colors of #D3908D
Black with #D3908D
Text Example
Text Example
White with #D3908D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3908D; }
p { color: rgb(211,144,141); }
H1.HeaderClassName
{
color: #D3908D;
}
.AnyTagClassName
{
color: #D3908D;
}
</style>
background-color css
<style>
a { background-color: #D3908D; }
a { background-color: rgb(211,144,141); }
div.DivClassName
{
background-color: #D3908D;
}
.BgClassName
{
background-color: #D3908D;
}
</style>
border-color css
<style>
span { border-color: #D3908D; }
span { border-color: rgb(211,144,141); }
td.TdClassName
{
border-color: #D3908D;
}
.TagClassName
{
border-color: #D3908D;
}
</style>