Shades of Petite Orchid #D6928F
Tints of Petite Orchid #D6928F
RGB
CMYK
RGB Variations
Color information
#D6928F (or 0xD6928F) is known color: Petite Orchid. HEX triplet: D6, 92 and 8F. RGB value is (214,146,143). Sum of RGB (Red+Green+Blue) = 214+146+143=503 (66% of max value = 765). Red value is 214 (83.98% from 255 or 42.54% from 503); Green value is 146 (57.42% from 255 or 29.03% from 503); Blue value is 143 (56.25% from 255 or 28.43% from 503); Max value from RGB is 214 - color contains mainly: red. Hex color #D6928F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D6928F is #296D70. Grayscale: #A6A6A6. Windows color (decimal): -2714993 or 9409238. OLE color: 9409238.
HSL color Cylindrical-coordinate representation of color #D6928F: hue angle of 2.54º degrees, saturation: 0.46, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #D6928F is Cyan = 0, Magento = 0.32, Yellow = 0.33 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 146 | 143 | - |
| CMYK | 0 | 0.32 | 0.33 | 0.16 |
| HSL | 2.54º | 0.46% | 0.7% | - |
| HSV(B) | 2.54º | 0.33% | 0.84% | - |
| XYZ | 42.97 | 36.84 | 30.83 | - |
| YUV | 165.99 | 115.03 | 162.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 146 | 143 | 0 | 0.32 | 0.33 | 0.16 | 2.54 | 0.46 | 0.7 |
| Hex | D6 | 92 | 8F | 0 | 20 | 21 | 10 | 3 | 2E | 46 |
| Octal | 326 | 222 | 217 | 0 | 40 | 41 | 20 | 3 | 56 | 106 |
| Binary | 11010110 | 10010010 | 10001111 | 0 | 100000 | 100001 | 10000 | 11 | 101110 | 1000110 |
Color Harmonies of #D6928F
Complementary color
Monochromatic Colors of #D6928F
Black with #D6928F
Text Example
Text Example
White with #D6928F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6928F; }
p { color: rgb(214,146,143); }
H1.HeaderClassName
{
color: #D6928F;
}
.AnyTagClassName
{
color: #D6928F;
}
</style>
background-color css
<style>
a { background-color: #D6928F; }
a { background-color: rgb(214,146,143); }
div.DivClassName
{
background-color: #D6928F;
}
.BgClassName
{
background-color: #D6928F;
}
</style>
border-color css
<style>
span { border-color: #D6928F; }
span { border-color: rgb(214,146,143); }
td.TdClassName
{
border-color: #D6928F;
}
.TagClassName
{
border-color: #D6928F;
}
</style>