Shades of Petite Orchid #D68F8E
Tints of Petite Orchid #D68F8E
RGB
CMYK
RGB Variations
Color information
#D68F8E (or 0xD68F8E) is known color: Petite Orchid. HEX triplet: D6, 8F and 8E. RGB value is (214,143,142). Sum of RGB (Red+Green+Blue) = 214+143+142=499 (66% of max value = 765). Red value is 214 (83.98% from 255 or 42.89% from 499); Green value is 143 (56.25% from 255 or 28.66% from 499); Blue value is 142 (55.86% from 255 or 28.46% from 499); Max value from RGB is 214 - color contains mainly: red. Hex color #D68F8E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D68F8E is #297071. Grayscale: #A4A4A4. Windows color (decimal): -2715762 or 9342934. OLE color: 9342934.
HSL color Cylindrical-coordinate representation of color #D68F8E: hue angle of 0.83º 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 #D68F8E is Cyan = 0, Magento = 0.33, Yellow = 0.34 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 143 | 142 | - |
| CMYK | 0 | 0.33 | 0.34 | 0.16 |
| HSL | 0.83º | 0.47% | 0.7% | - |
| HSV(B) | 0.83º | 0.34% | 0.84% | - |
| XYZ | 42.44 | 35.89 | 30.28 | - |
| YUV | 164.12 | 115.52 | 163.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 143 | 142 | 0 | 0.33 | 0.34 | 0.16 | 0.83 | 0.47 | 0.7 |
| Hex | D6 | 8F | 8E | 0 | 21 | 22 | 10 | 1 | 2F | 46 |
| Octal | 326 | 217 | 216 | 0 | 41 | 42 | 20 | 1 | 57 | 106 |
| Binary | 11010110 | 10001111 | 10001110 | 0 | 100001 | 100010 | 10000 | 1 | 101111 | 1000110 |
Color Harmonies of #D68F8E
Complementary color
Monochromatic Colors of #D68F8E
Black with #D68F8E
Text Example
Text Example
White with #D68F8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D68F8E; }
p { color: rgb(214,143,142); }
H1.HeaderClassName
{
color: #D68F8E;
}
.AnyTagClassName
{
color: #D68F8E;
}
</style>
background-color css
<style>
a { background-color: #D68F8E; }
a { background-color: rgb(214,143,142); }
div.DivClassName
{
background-color: #D68F8E;
}
.BgClassName
{
background-color: #D68F8E;
}
</style>
border-color css
<style>
span { border-color: #D68F8E; }
span { border-color: rgb(214,143,142); }
td.TdClassName
{
border-color: #D68F8E;
}
.TagClassName
{
border-color: #D68F8E;
}
</style>