Shades of Petite Orchid #D7938A
Tints of Petite Orchid #D7938A
RGB
CMYK
RGB Variations
Color information
#D7938A (or 0xD7938A) is known color: Petite Orchid. HEX triplet: D7, 93 and 8A. RGB value is (215,147,138). Sum of RGB (Red+Green+Blue) = 215+147+138=500 (66% of max value = 765). Red value is 215 (84.38% from 255 or 43% from 500); Green value is 147 (57.81% from 255 or 29.4% from 500); Blue value is 138 (54.30% from 255 or 27.6% from 500); Max value from RGB is 215 - color contains mainly: red. Hex color #D7938A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D7938A is #286C75. Grayscale: #A6A6A6. Windows color (decimal): -2649206 or 9081815. OLE color: 9081815.
HSL color Cylindrical-coordinate representation of color #D7938A: hue angle of 7.01º degrees, saturation: 0.49, 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 #D7938A is Cyan = 0, Magento = 0.32, Yellow = 0.36 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 147 | 138 | - |
| CMYK | 0 | 0.32 | 0.36 | 0.16 |
| HSL | 7.01º | 0.49% | 0.69% | - |
| HSV(B) | 7.01º | 0.36% | 0.84% | - |
| XYZ | 43.05 | 37.15 | 28.95 | - |
| YUV | 166.31 | 112.03 | 162.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 147 | 138 | 0 | 0.32 | 0.36 | 0.16 | 7.01 | 0.49 | 0.69 |
| Hex | D7 | 93 | 8A | 0 | 20 | 24 | 10 | 7 | 31 | 45 |
| Octal | 327 | 223 | 212 | 0 | 40 | 44 | 20 | 7 | 61 | 105 |
| Binary | 11010111 | 10010011 | 10001010 | 0 | 100000 | 100100 | 10000 | 111 | 110001 | 1000101 |
Color Harmonies of #D7938A
Complementary color
Monochromatic Colors of #D7938A
Black with #D7938A
Text Example
Text Example
White with #D7938A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7938A; }
p { color: rgb(215,147,138); }
H1.HeaderClassName
{
color: #D7938A;
}
.AnyTagClassName
{
color: #D7938A;
}
</style>
background-color css
<style>
a { background-color: #D7938A; }
a { background-color: rgb(215,147,138); }
div.DivClassName
{
background-color: #D7938A;
}
.BgClassName
{
background-color: #D7938A;
}
</style>
border-color css
<style>
span { border-color: #D7938A; }
span { border-color: rgb(215,147,138); }
td.TdClassName
{
border-color: #D7938A;
}
.TagClassName
{
border-color: #D7938A;
}
</style>