Shades of Petite Orchid #D5908D
Tints of Petite Orchid #D5908D
RGB
CMYK
RGB Variations
Color information
#D5908D (or 0xD5908D) is known color: Petite Orchid. HEX triplet: D5, 90 and 8D. RGB value is (213,144,141). Sum of RGB (Red+Green+Blue) = 213+144+141=498 (65% of max value = 765). Red value is 213 (83.59% from 255 or 42.77% from 498); Green value is 144 (56.64% from 255 or 28.92% from 498); Blue value is 141 (55.47% from 255 or 28.31% from 498); Max value from RGB is 213 - color contains mainly: red. Hex color #D5908D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D5908D is #2A6F72. Grayscale: #A4A4A4. Windows color (decimal): -2781043 or 9277653. OLE color: 9277653.
HSL color Cylindrical-coordinate representation of color #D5908D: hue angle of 2.5º degrees, saturation: 0.46, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #D5908D is Cyan = 0, Magento = 0.32, Yellow = 0.34 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 144 | 141 | - |
| CMYK | 0 | 0.32 | 0.34 | 0.16 |
| HSL | 2.5º | 0.46% | 0.69% | - |
| HSV(B) | 2.5º | 0.34% | 0.84% | - |
| XYZ | 42.22 | 36.02 | 29.93 | - |
| YUV | 164.29 | 114.86 | 162.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 144 | 141 | 0 | 0.32 | 0.34 | 0.16 | 2.5 | 0.46 | 0.69 |
| Hex | D5 | 90 | 8D | 0 | 20 | 22 | 10 | 2 | 2E | 45 |
| Octal | 325 | 220 | 215 | 0 | 40 | 42 | 20 | 2 | 56 | 105 |
| Binary | 11010101 | 10010000 | 10001101 | 0 | 100000 | 100010 | 10000 | 10 | 101110 | 1000101 |
Color Harmonies of #D5908D
Complementary color
Monochromatic Colors of #D5908D
Black with #D5908D
Text Example
Text Example
White with #D5908D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5908D; }
p { color: rgb(213,144,141); }
H1.HeaderClassName
{
color: #D5908D;
}
.AnyTagClassName
{
color: #D5908D;
}
</style>
background-color css
<style>
a { background-color: #D5908D; }
a { background-color: rgb(213,144,141); }
div.DivClassName
{
background-color: #D5908D;
}
.BgClassName
{
background-color: #D5908D;
}
</style>
border-color css
<style>
span { border-color: #D5908D; }
span { border-color: rgb(213,144,141); }
td.TdClassName
{
border-color: #D5908D;
}
.TagClassName
{
border-color: #D5908D;
}
</style>