Shades of Petite Orchid #D48E8D
Tints of Petite Orchid #D48E8D
RGB
CMYK
RGB Variations
Color information
#D48E8D (or 0xD48E8D) is known color: Petite Orchid. HEX triplet: D4, 8E and 8D. RGB value is (212,142,141). Sum of RGB (Red+Green+Blue) = 212+142+141=495 (65% of max value = 765). Red value is 212 (83.20% from 255 or 42.83% from 495); Green value is 142 (55.86% from 255 or 28.69% from 495); Blue value is 141 (55.47% from 255 or 28.48% from 495); Max value from RGB is 212 - color contains mainly: red. Hex color #D48E8D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D48E8D is #2B7172. Grayscale: #A2A2A2. Windows color (decimal): -2847091 or 9277140. OLE color: 9277140.
HSL color Cylindrical-coordinate representation of color #D48E8D: hue angle of 0.85º degrees, saturation: 0.45, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #D48E8D is Cyan = 0, Magento = 0.33, Yellow = 0.33 and Black (K on CMYK) = 0.17.
Color convert
RGB | 212 | 142 | 141 | - |
CMYK | 0 | 0.33 | 0.33 | 0.17 |
HSL | 0.85º | 0.45% | 0.69% | - |
HSV(B) | 0.85º | 0.33% | 0.83% | - |
XYZ | 41.63 | 35.27 | 29.81 | - |
YUV | 162.82 | 115.69 | 163.08 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 212 | 142 | 141 | 0 | 0.33 | 0.33 | 0.17 | 0.85 | 0.45 | 0.69 |
Hex | D4 | 8E | 8D | 0 | 21 | 21 | 11 | 1 | 2D | 45 |
Octal | 324 | 216 | 215 | 0 | 41 | 41 | 21 | 1 | 55 | 105 |
Binary | 11010100 | 10001110 | 10001101 | 0 | 100001 | 100001 | 10001 | 1 | 101101 | 1000101 |
Color Harmonies of #D48E8D
Complementary color
Monochromatic Colors of #D48E8D
Black with #D48E8D
Text Example
Text Example
White with #D48E8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D48E8D; }
p { color: rgb(212,142,141); }
H1.HeaderClassName
{
color: #D48E8D;
}
.AnyTagClassName
{
color: #D48E8D;
}
</style>
background-color css
<style>
a { background-color: #D48E8D; }
a { background-color: rgb(212,142,141); }
div.DivClassName
{
background-color: #D48E8D;
}
.BgClassName
{
background-color: #D48E8D;
}
</style>
border-color css
<style>
span { border-color: #D48E8D; }
span { border-color: rgb(212,142,141); }
td.TdClassName
{
border-color: #D48E8D;
}
.TagClassName
{
border-color: #D48E8D;
}
</style>