Shades of Petite Orchid #D3918F
Tints of Petite Orchid #D3918F
RGB
CMYK
RGB Variations
Color information
#D3918F (or 0xD3918F) is known color: Petite Orchid. HEX triplet: D3, 91 and 8F. RGB value is (211,145,143). Sum of RGB (Red+Green+Blue) = 211+145+143=499 (66% of max value = 765). Red value is 211 (82.81% from 255 or 42.28% from 499); Green value is 145 (57.03% from 255 or 29.06% from 499); Blue value is 143 (56.25% from 255 or 28.66% from 499); Max value from RGB is 211 - color contains mainly: red. Hex color #D3918F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D3918F is #2C6E70. Grayscale: #A4A4A4. Windows color (decimal): -2911857 or 9408979. OLE color: 9408979.
HSL color Cylindrical-coordinate representation of color #D3918F: hue angle of 1.76º degrees, saturation: 0.44, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #D3918F is Cyan = 0, Magento = 0.31, Yellow = 0.32 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 145 | 143 | - |
| CMYK | 0 | 0.31 | 0.32 | 0.17 |
| HSL | 1.76º | 0.44% | 0.69% | - |
| HSV(B) | 1.76º | 0.32% | 0.83% | - |
| XYZ | 41.95 | 36.08 | 30.74 | - |
| YUV | 164.51 | 115.87 | 161.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 145 | 143 | 0 | 0.31 | 0.32 | 0.17 | 1.76 | 0.44 | 0.69 |
| Hex | D3 | 91 | 8F | 0 | 1F | 20 | 11 | 2 | 2C | 45 |
| Octal | 323 | 221 | 217 | 0 | 37 | 40 | 21 | 2 | 54 | 105 |
| Binary | 11010011 | 10010001 | 10001111 | 0 | 11111 | 100000 | 10001 | 10 | 101100 | 1000101 |
Color Harmonies of #D3918F
Complementary color
Monochromatic Colors of #D3918F
Black with #D3918F
Text Example
Text Example
White with #D3918F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3918F; }
p { color: rgb(211,145,143); }
H1.HeaderClassName
{
color: #D3918F;
}
.AnyTagClassName
{
color: #D3918F;
}
</style>
background-color css
<style>
a { background-color: #D3918F; }
a { background-color: rgb(211,145,143); }
div.DivClassName
{
background-color: #D3918F;
}
.BgClassName
{
background-color: #D3918F;
}
</style>
border-color css
<style>
span { border-color: #D3918F; }
span { border-color: rgb(211,145,143); }
td.TdClassName
{
border-color: #D3918F;
}
.TagClassName
{
border-color: #D3918F;
}
</style>