Shades of Petite Orchid #D6948D
Tints of Petite Orchid #D6948D
RGB
CMYK
RGB Variations
Color information
#D6948D (or 0xD6948D) is known color: Petite Orchid. HEX triplet: D6, 94 and 8D. RGB value is (214,148,141). Sum of RGB (Red+Green+Blue) = 214+148+141=503 (66% of max value = 765). Red value is 214 (83.98% from 255 or 42.54% from 503); Green value is 148 (58.20% from 255 or 29.42% from 503); Blue value is 141 (55.47% from 255 or 28.03% from 503); Max value from RGB is 214 - color contains mainly: red. Hex color #D6948D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D6948D is #296B72. Grayscale: #A7A7A7. Windows color (decimal): -2714483 or 9278678. OLE color: 9278678.
HSL color Cylindrical-coordinate representation of color #D6948D: hue angle of 5.75º degrees, saturation: 0.47, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #D6948D is Cyan = 0, Magento = 0.31, Yellow = 0.34 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 148 | 141 | - |
| CMYK | 0 | 0.31 | 0.34 | 0.16 |
| HSL | 5.75º | 0.47% | 0.7% | - |
| HSV(B) | 5.75º | 0.34% | 0.84% | - |
| XYZ | 43.13 | 37.4 | 30.14 | - |
| YUV | 166.94 | 113.37 | 161.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 148 | 141 | 0 | 0.31 | 0.34 | 0.16 | 5.75 | 0.47 | 0.7 |
| Hex | D6 | 94 | 8D | 0 | 1F | 22 | 10 | 6 | 2F | 46 |
| Octal | 326 | 224 | 215 | 0 | 37 | 42 | 20 | 6 | 57 | 106 |
| Binary | 11010110 | 10010100 | 10001101 | 0 | 11111 | 100010 | 10000 | 110 | 101111 | 1000110 |
Color Harmonies of #D6948D
Complementary color
Monochromatic Colors of #D6948D
Black with #D6948D
Text Example
Text Example
White with #D6948D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6948D; }
p { color: rgb(214,148,141); }
H1.HeaderClassName
{
color: #D6948D;
}
.AnyTagClassName
{
color: #D6948D;
}
</style>
background-color css
<style>
a { background-color: #D6948D; }
a { background-color: rgb(214,148,141); }
div.DivClassName
{
background-color: #D6948D;
}
.BgClassName
{
background-color: #D6948D;
}
</style>
border-color css
<style>
span { border-color: #D6948D; }
span { border-color: rgb(214,148,141); }
td.TdClassName
{
border-color: #D6948D;
}
.TagClassName
{
border-color: #D6948D;
}
</style>