Shades of Petite Orchid #D0948A
Tints of Petite Orchid #D0948A
RGB
CMYK
RGB Variations
Color information
#D0948A (or 0xD0948A) is known color: Petite Orchid. HEX triplet: D0, 94 and 8A. RGB value is (208,148,138). Sum of RGB (Red+Green+Blue) = 208+148+138=494 (65% of max value = 765). Red value is 208 (81.64% from 255 or 42.11% from 494); Green value is 148 (58.20% from 255 or 29.96% from 494); Blue value is 138 (54.30% from 255 or 27.94% from 494); Max value from RGB is 208 - color contains mainly: red. Hex color #D0948A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D0948A is #2F6B75. Grayscale: #A4A4A4. Windows color (decimal): -3107702 or 9082064. OLE color: 9082064.
HSL color Cylindrical-coordinate representation of color #D0948A: hue angle of 8.57º degrees, saturation: 0.43, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #D0948A is Cyan = 0, Magento = 0.29, Yellow = 0.34 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 148 | 138 | - |
| CMYK | 0 | 0.29 | 0.34 | 0.18 |
| HSL | 8.57º | 0.43% | 0.68% | - |
| HSV(B) | 8.57º | 0.34% | 0.82% | - |
| XYZ | 41.19 | 36.42 | 28.9 | - |
| YUV | 164.8 | 112.88 | 158.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 148 | 138 | 0 | 0.29 | 0.34 | 0.18 | 8.57 | 0.43 | 0.68 |
| Hex | D0 | 94 | 8A | 0 | 1D | 22 | 12 | 9 | 2B | 44 |
| Octal | 320 | 224 | 212 | 0 | 35 | 42 | 22 | 11 | 53 | 104 |
| Binary | 11010000 | 10010100 | 10001010 | 0 | 11101 | 100010 | 10010 | 1001 | 101011 | 1000100 |
Color Harmonies of #D0948A
Complementary color
Monochromatic Colors of #D0948A
Black with #D0948A
Text Example
Text Example
White with #D0948A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0948A; }
p { color: rgb(208,148,138); }
H1.HeaderClassName
{
color: #D0948A;
}
.AnyTagClassName
{
color: #D0948A;
}
</style>
background-color css
<style>
a { background-color: #D0948A; }
a { background-color: rgb(208,148,138); }
div.DivClassName
{
background-color: #D0948A;
}
.BgClassName
{
background-color: #D0948A;
}
</style>
border-color css
<style>
span { border-color: #D0948A; }
span { border-color: rgb(208,148,138); }
td.TdClassName
{
border-color: #D0948A;
}
.TagClassName
{
border-color: #D0948A;
}
</style>