Shades of Petite Orchid #DC9F9B
Tints of Petite Orchid #DC9F9B
RGB
CMYK
RGB Variations
Color information
#DC9F9B (or 0xDC9F9B) is known color: Petite Orchid. HEX triplet: DC, 9F and 9B. RGB value is (220,159,155). Sum of RGB (Red+Green+Blue) = 220+159+155=534 (70% of max value = 765). Red value is 220 (86.33% from 255 or 41.20% from 534); Green value is 159 (62.5% from 255 or 29.78% from 534); Blue value is 155 (60.94% from 255 or 29.03% from 534); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9F9B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DC9F9B is #236064. Grayscale: #B0B0B0. Windows color (decimal): -2318437 or 10199004. OLE color: 10199004.
HSL color Cylindrical-coordinate representation of color #DC9F9B: hue angle of 3.69º degrees, saturation: 0.48, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #DC9F9B is Cyan = 0, Magento = 0.28, Yellow = 0.30 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 159 | 155 | - |
| CMYK | 0 | 0.28 | 0.30 | 0.14 |
| HSL | 3.69º | 0.48% | 0.74% | - |
| HSV(B) | 3.69º | 0.3% | 0.86% | - |
| XYZ | 47.83 | 42.38 | 36.67 | - |
| YUV | 176.78 | 115.71 | 158.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 159 | 155 | 0 | 0.28 | 0.30 | 0.14 | 3.69 | 0.48 | 0.74 |
| Hex | DC | 9F | 9B | 0 | 1C | 1E | E | 4 | 30 | 4A |
| Octal | 334 | 237 | 233 | 0 | 34 | 36 | 16 | 4 | 60 | 112 |
| Binary | 11011100 | 10011111 | 10011011 | 0 | 11100 | 11110 | 1110 | 100 | 110000 | 1001010 |
Color Harmonies of #DC9F9B
Complementary color
Monochromatic Colors of #DC9F9B
Black with #DC9F9B
Text Example
Text Example
White with #DC9F9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC9F9B; }
p { color: rgb(220,159,155); }
H1.HeaderClassName
{
color: #DC9F9B;
}
.AnyTagClassName
{
color: #DC9F9B;
}
</style>
background-color css
<style>
a { background-color: #DC9F9B; }
a { background-color: rgb(220,159,155); }
div.DivClassName
{
background-color: #DC9F9B;
}
.BgClassName
{
background-color: #DC9F9B;
}
</style>
border-color css
<style>
span { border-color: #DC9F9B; }
span { border-color: rgb(220,159,155); }
td.TdClassName
{
border-color: #DC9F9B;
}
.TagClassName
{
border-color: #DC9F9B;
}
</style>