Shades of Petite Orchid #D4938A
Tints of Petite Orchid #D4938A
RGB
CMYK
RGB Variations
Color information
#D4938A (or 0xD4938A) is known color: Petite Orchid. HEX triplet: D4, 93 and 8A. RGB value is (212,147,138). Sum of RGB (Red+Green+Blue) = 212+147+138=497 (65% of max value = 765). Red value is 212 (83.20% from 255 or 42.66% from 497); Green value is 147 (57.81% from 255 or 29.58% from 497); Blue value is 138 (54.30% from 255 or 27.77% from 497); Max value from RGB is 212 - color contains mainly: red. Hex color #D4938A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D4938A is #2B6C75. Grayscale: #A5A5A5. Windows color (decimal): -2845814 or 9081812. OLE color: 9081812.
HSL color Cylindrical-coordinate representation of color #D4938A: hue angle of 7.3º degrees, saturation: 0.46, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #D4938A is Cyan = 0, Magento = 0.31, Yellow = 0.35 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 147 | 138 | - |
| CMYK | 0 | 0.31 | 0.35 | 0.17 |
| HSL | 7.3º | 0.46% | 0.69% | - |
| HSV(B) | 7.3º | 0.35% | 0.83% | - |
| XYZ | 42.17 | 36.7 | 28.91 | - |
| YUV | 165.41 | 112.53 | 161.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 147 | 138 | 0 | 0.31 | 0.35 | 0.17 | 7.3 | 0.46 | 0.69 |
| Hex | D4 | 93 | 8A | 0 | 1F | 23 | 11 | 7 | 2E | 45 |
| Octal | 324 | 223 | 212 | 0 | 37 | 43 | 21 | 7 | 56 | 105 |
| Binary | 11010100 | 10010011 | 10001010 | 0 | 11111 | 100011 | 10001 | 111 | 101110 | 1000101 |
Color Harmonies of #D4938A
Complementary color
Monochromatic Colors of #D4938A
Black with #D4938A
Text Example
Text Example
White with #D4938A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4938A; }
p { color: rgb(212,147,138); }
H1.HeaderClassName
{
color: #D4938A;
}
.AnyTagClassName
{
color: #D4938A;
}
</style>
background-color css
<style>
a { background-color: #D4938A; }
a { background-color: rgb(212,147,138); }
div.DivClassName
{
background-color: #D4938A;
}
.BgClassName
{
background-color: #D4938A;
}
</style>
border-color css
<style>
span { border-color: #D4938A; }
span { border-color: rgb(212,147,138); }
td.TdClassName
{
border-color: #D4938A;
}
.TagClassName
{
border-color: #D4938A;
}
</style>