Shades of Petite Orchid #D68E8C
Tints of Petite Orchid #D68E8C
RGB
CMYK
RGB Variations
Color information
#D68E8C (or 0xD68E8C) is known color: Petite Orchid. HEX triplet: D6, 8E and 8C. RGB value is (214,142,140). Sum of RGB (Red+Green+Blue) = 214+142+140=496 (65% of max value = 765). Red value is 214 (83.98% from 255 or 43.15% from 496); Green value is 142 (55.86% from 255 or 28.63% from 496); Blue value is 140 (55.08% from 255 or 28.23% from 496); Max value from RGB is 214 - color contains mainly: red. Hex color #D68E8C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D68E8C is #297173. Grayscale: #A3A3A3. Windows color (decimal): -2716020 or 9211606. OLE color: 9211606.
HSL color Cylindrical-coordinate representation of color #D68E8C: hue angle of 1.62º degrees, saturation: 0.47, 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 #D68E8C is Cyan = 0, Magento = 0.34, Yellow = 0.35 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 142 | 140 | - |
| CMYK | 0 | 0.34 | 0.35 | 0.16 |
| HSL | 1.62º | 0.47% | 0.69% | - |
| HSV(B) | 1.62º | 0.35% | 0.84% | - |
| XYZ | 42.14 | 35.54 | 29.45 | - |
| YUV | 163.3 | 114.85 | 164.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 142 | 140 | 0 | 0.34 | 0.35 | 0.16 | 1.62 | 0.47 | 0.69 |
| Hex | D6 | 8E | 8C | 0 | 22 | 23 | 10 | 2 | 2F | 45 |
| Octal | 326 | 216 | 214 | 0 | 42 | 43 | 20 | 2 | 57 | 105 |
| Binary | 11010110 | 10001110 | 10001100 | 0 | 100010 | 100011 | 10000 | 10 | 101111 | 1000101 |
Color Harmonies of #D68E8C
Complementary color
Monochromatic Colors of #D68E8C
Black with #D68E8C
Text Example
Text Example
White with #D68E8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D68E8C; }
p { color: rgb(214,142,140); }
H1.HeaderClassName
{
color: #D68E8C;
}
.AnyTagClassName
{
color: #D68E8C;
}
</style>
background-color css
<style>
a { background-color: #D68E8C; }
a { background-color: rgb(214,142,140); }
div.DivClassName
{
background-color: #D68E8C;
}
.BgClassName
{
background-color: #D68E8C;
}
</style>
border-color css
<style>
span { border-color: #D68E8C; }
span { border-color: rgb(214,142,140); }
td.TdClassName
{
border-color: #D68E8C;
}
.TagClassName
{
border-color: #D68E8C;
}
</style>