Shades of Petite Orchid #D3918B
Tints of Petite Orchid #D3918B
RGB
CMYK
RGB Variations
Color information
#D3918B (or 0xD3918B) is known color: Petite Orchid. HEX triplet: D3, 91 and 8B. RGB value is (211,145,139). Sum of RGB (Red+Green+Blue) = 211+145+139=495 (65% of max value = 765). Red value is 211 (82.81% from 255 or 42.63% from 495); Green value is 145 (57.03% from 255 or 29.29% from 495); Blue value is 139 (54.69% from 255 or 28.08% from 495); Max value from RGB is 211 - color contains mainly: red. Hex color #D3918B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D3918B is #2C6E74. Grayscale: #A4A4A4. Windows color (decimal): -2911861 or 9146835. OLE color: 9146835.
HSL color Cylindrical-coordinate representation of color #D3918B: hue angle of 5º degrees, saturation: 0.45, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #D3918B is Cyan = 0, Magento = 0.31, Yellow = 0.34 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 145 | 139 | - |
| CMYK | 0 | 0.31 | 0.34 | 0.17 |
| HSL | 5º | 0.45% | 0.69% | - |
| HSV(B) | 5º | 0.34% | 0.83% | - |
| XYZ | 41.65 | 35.96 | 29.17 | - |
| YUV | 164.05 | 113.87 | 161.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 145 | 139 | 0 | 0.31 | 0.34 | 0.17 | 5 | 0.45 | 0.69 |
| Hex | D3 | 91 | 8B | 0 | 1F | 22 | 11 | 5 | 2D | 45 |
| Octal | 323 | 221 | 213 | 0 | 37 | 42 | 21 | 5 | 55 | 105 |
| Binary | 11010011 | 10010001 | 10001011 | 0 | 11111 | 100010 | 10001 | 101 | 101101 | 1000101 |
Color Harmonies of #D3918B
Complementary color
Monochromatic Colors of #D3918B
Black with #D3918B
Text Example
Text Example
White with #D3918B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3918B; }
p { color: rgb(211,145,139); }
H1.HeaderClassName
{
color: #D3918B;
}
.AnyTagClassName
{
color: #D3918B;
}
</style>
background-color css
<style>
a { background-color: #D3918B; }
a { background-color: rgb(211,145,139); }
div.DivClassName
{
background-color: #D3918B;
}
.BgClassName
{
background-color: #D3918B;
}
</style>
border-color css
<style>
span { border-color: #D3918B; }
span { border-color: rgb(211,145,139); }
td.TdClassName
{
border-color: #D3918B;
}
.TagClassName
{
border-color: #D3918B;
}
</style>