Shades of Petite Orchid #D6938C
Tints of Petite Orchid #D6938C
RGB
CMYK
RGB Variations
Color information
#D6938C (or 0xD6938C) is known color: Petite Orchid. HEX triplet: D6, 93 and 8C. RGB value is (214,147,140). Sum of RGB (Red+Green+Blue) = 214+147+140=501 (66% of max value = 765). Red value is 214 (83.98% from 255 or 42.71% from 501); Green value is 147 (57.81% from 255 or 29.34% from 501); Blue value is 140 (55.08% from 255 or 27.94% from 501); Max value from RGB is 214 - color contains mainly: red. Hex color #D6938C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D6938C is #296C73. Grayscale: #A6A6A6. Windows color (decimal): -2714740 or 9212886. OLE color: 9212886.
HSL color Cylindrical-coordinate representation of color #D6938C: hue angle of 5.68º 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 #D6938C is Cyan = 0, Magento = 0.31, Yellow = 0.35 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 147 | 140 | - |
| CMYK | 0 | 0.31 | 0.35 | 0.16 |
| HSL | 5.68º | 0.47% | 0.69% | - |
| HSV(B) | 5.68º | 0.35% | 0.84% | - |
| XYZ | 42.9 | 37.06 | 29.7 | - |
| YUV | 166.24 | 113.2 | 162.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 147 | 140 | 0 | 0.31 | 0.35 | 0.16 | 5.68 | 0.47 | 0.69 |
| Hex | D6 | 93 | 8C | 0 | 1F | 23 | 10 | 6 | 2F | 45 |
| Octal | 326 | 223 | 214 | 0 | 37 | 43 | 20 | 6 | 57 | 105 |
| Binary | 11010110 | 10010011 | 10001100 | 0 | 11111 | 100011 | 10000 | 110 | 101111 | 1000101 |
Color Harmonies of #D6938C
Complementary color
Monochromatic Colors of #D6938C
Black with #D6938C
Text Example
Text Example
White with #D6938C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6938C; }
p { color: rgb(214,147,140); }
H1.HeaderClassName
{
color: #D6938C;
}
.AnyTagClassName
{
color: #D6938C;
}
</style>
background-color css
<style>
a { background-color: #D6938C; }
a { background-color: rgb(214,147,140); }
div.DivClassName
{
background-color: #D6938C;
}
.BgClassName
{
background-color: #D6938C;
}
</style>
border-color css
<style>
span { border-color: #D6938C; }
span { border-color: rgb(214,147,140); }
td.TdClassName
{
border-color: #D6938C;
}
.TagClassName
{
border-color: #D6938C;
}
</style>