Shades of Petite Orchid #D68D8B
Tints of Petite Orchid #D68D8B
RGB
CMYK
RGB Variations
Color information
#D68D8B (or 0xD68D8B) is known color: Petite Orchid. HEX triplet: D6, 8D and 8B. RGB value is (214,141,139). Sum of RGB (Red+Green+Blue) = 214+141+139=494 (65% of max value = 765). Red value is 214 (83.98% from 255 or 43.32% from 494); Green value is 141 (55.47% from 255 or 28.54% from 494); Blue value is 139 (54.69% from 255 or 28.14% from 494); Max value from RGB is 214 - color contains mainly: red. Hex color #D68D8B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D68D8B is #297274. Grayscale: #A2A2A2. Windows color (decimal): -2716277 or 9145814. OLE color: 9145814.
HSL color Cylindrical-coordinate representation of color #D68D8B: hue angle of 1.6º degrees, saturation: 0.48, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #D68D8B is Cyan = 0, Magento = 0.34, Yellow = 0.35 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 141 | 139 | - |
| CMYK | 0 | 0.34 | 0.35 | 0.16 |
| HSL | 1.6º | 0.48% | 0.69% | - |
| HSV(B) | 1.6º | 0.35% | 0.84% | - |
| XYZ | 41.92 | 35.21 | 29.01 | - |
| YUV | 162.6 | 114.68 | 164.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 141 | 139 | 0 | 0.34 | 0.35 | 0.16 | 1.6 | 0.48 | 0.69 |
| Hex | D6 | 8D | 8B | 0 | 22 | 23 | 10 | 2 | 30 | 45 |
| Octal | 326 | 215 | 213 | 0 | 42 | 43 | 20 | 2 | 60 | 105 |
| Binary | 11010110 | 10001101 | 10001011 | 0 | 100010 | 100011 | 10000 | 10 | 110000 | 1000101 |
Color Harmonies of #D68D8B
Complementary color
Monochromatic Colors of #D68D8B
Black with #D68D8B
Text Example
Text Example
White with #D68D8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D68D8B; }
p { color: rgb(214,141,139); }
H1.HeaderClassName
{
color: #D68D8B;
}
.AnyTagClassName
{
color: #D68D8B;
}
</style>
background-color css
<style>
a { background-color: #D68D8B; }
a { background-color: rgb(214,141,139); }
div.DivClassName
{
background-color: #D68D8B;
}
.BgClassName
{
background-color: #D68D8B;
}
</style>
border-color css
<style>
span { border-color: #D68D8B; }
span { border-color: rgb(214,141,139); }
td.TdClassName
{
border-color: #D68D8B;
}
.TagClassName
{
border-color: #D68D8B;
}
</style>