Shades of Petite Orchid #D6938A
Tints of Petite Orchid #D6938A
RGB
CMYK
RGB Variations
Color information
#D6938A (or 0xD6938A) is known color: Petite Orchid. HEX triplet: D6, 93 and 8A. RGB value is (214,147,138). Sum of RGB (Red+Green+Blue) = 214+147+138=499 (66% of max value = 765). Red value is 214 (83.98% from 255 or 42.89% from 499); Green value is 147 (57.81% from 255 or 29.46% from 499); Blue value is 138 (54.30% from 255 or 27.66% from 499); Max value from RGB is 214 - color contains mainly: red. Hex color #D6938A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D6938A is #296C75. Grayscale: #A6A6A6. Windows color (decimal): -2714742 or 9081814. OLE color: 9081814.
HSL color Cylindrical-coordinate representation of color #D6938A: hue angle of 7.11º degrees, saturation: 0.48, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #D6938A is Cyan = 0, Magento = 0.31, Yellow = 0.36 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 147 | 138 | - |
| CMYK | 0 | 0.31 | 0.36 | 0.16 |
| HSL | 7.11º | 0.48% | 0.69% | - |
| HSV(B) | 7.11º | 0.36% | 0.84% | - |
| XYZ | 42.75 | 37 | 28.93 | - |
| YUV | 166.01 | 112.2 | 162.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 147 | 138 | 0 | 0.31 | 0.36 | 0.16 | 7.11 | 0.48 | 0.69 |
| Hex | D6 | 93 | 8A | 0 | 1F | 24 | 10 | 7 | 30 | 45 |
| Octal | 326 | 223 | 212 | 0 | 37 | 44 | 20 | 7 | 60 | 105 |
| Binary | 11010110 | 10010011 | 10001010 | 0 | 11111 | 100100 | 10000 | 111 | 110000 | 1000101 |
Color Harmonies of #D6938A
Complementary color
Monochromatic Colors of #D6938A
Black with #D6938A
Text Example
Text Example
White with #D6938A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6938A; }
p { color: rgb(214,147,138); }
H1.HeaderClassName
{
color: #D6938A;
}
.AnyTagClassName
{
color: #D6938A;
}
</style>
background-color css
<style>
a { background-color: #D6938A; }
a { background-color: rgb(214,147,138); }
div.DivClassName
{
background-color: #D6938A;
}
.BgClassName
{
background-color: #D6938A;
}
</style>
border-color css
<style>
span { border-color: #D6938A; }
span { border-color: rgb(214,147,138); }
td.TdClassName
{
border-color: #D6938A;
}
.TagClassName
{
border-color: #D6938A;
}
</style>