Shades of Petite Orchid #DC9F9A
Tints of Petite Orchid #DC9F9A
RGB
CMYK
RGB Variations
Color information
#DC9F9A (or 0xDC9F9A) is known color: Petite Orchid. HEX triplet: DC, 9F and 9A. RGB value is (220,159,154). Sum of RGB (Red+Green+Blue) = 220+159+154=533 (70% of max value = 765). Red value is 220 (86.33% from 255 or 41.28% from 533); Green value is 159 (62.5% from 255 or 29.83% from 533); Blue value is 154 (60.55% from 255 or 28.89% from 533); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9F9A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DC9F9A is #236065. Grayscale: #B0B0B0. Windows color (decimal): -2318438 or 10133468. OLE color: 10133468.
HSL color Cylindrical-coordinate representation of color #DC9F9A: hue angle of 4.55º degrees, saturation: 0.49, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #DC9F9A is Cyan = 0, Magento = 0.28, Yellow = 0.3 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 159 | 154 | - |
| CMYK | 0 | 0.28 | 0.3 | 0.14 |
| HSL | 4.55º | 0.49% | 0.73% | - |
| HSV(B) | 4.55º | 0.3% | 0.86% | - |
| XYZ | 47.75 | 42.35 | 36.23 | - |
| YUV | 176.67 | 115.21 | 158.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 159 | 154 | 0 | 0.28 | 0.3 | 0.14 | 4.55 | 0.49 | 0.73 |
| Hex | DC | 9F | 9A | 0 | 1C | 1E | E | 5 | 31 | 49 |
| Octal | 334 | 237 | 232 | 0 | 34 | 36 | 16 | 5 | 61 | 111 |
| Binary | 11011100 | 10011111 | 10011010 | 0 | 11100 | 11110 | 1110 | 101 | 110001 | 1001001 |
Color Harmonies of #DC9F9A
Complementary color
Monochromatic Colors of #DC9F9A
Black with #DC9F9A
Text Example
Text Example
White with #DC9F9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC9F9A; }
p { color: rgb(220,159,154); }
H1.HeaderClassName
{
color: #DC9F9A;
}
.AnyTagClassName
{
color: #DC9F9A;
}
</style>
background-color css
<style>
a { background-color: #DC9F9A; }
a { background-color: rgb(220,159,154); }
div.DivClassName
{
background-color: #DC9F9A;
}
.BgClassName
{
background-color: #DC9F9A;
}
</style>
border-color css
<style>
span { border-color: #DC9F9A; }
span { border-color: rgb(220,159,154); }
td.TdClassName
{
border-color: #DC9F9A;
}
.TagClassName
{
border-color: #DC9F9A;
}
</style>