Shades of Petite Orchid #DC9F9C
Tints of Petite Orchid #DC9F9C
RGB
CMYK
RGB Variations
Color information
#DC9F9C (or 0xDC9F9C) is known color: Petite Orchid. HEX triplet: DC, 9F and 9C. RGB value is (220,159,156). Sum of RGB (Red+Green+Blue) = 220+159+156=535 (70% of max value = 765). Red value is 220 (86.33% from 255 or 41.12% from 535); Green value is 159 (62.5% from 255 or 29.72% from 535); Blue value is 156 (61.33% from 255 or 29.16% from 535); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9F9C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DC9F9C is #236063. Grayscale: #B0B0B0. Windows color (decimal): -2318436 or 10264540. OLE color: 10264540.
HSL color Cylindrical-coordinate representation of color #DC9F9C: hue angle of 2.81º degrees, saturation: 0.48, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #DC9F9C is Cyan = 0, Magento = 0.28, Yellow = 0.29 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 159 | 156 | - |
| CMYK | 0 | 0.28 | 0.29 | 0.14 |
| HSL | 2.81º | 0.48% | 0.74% | - |
| HSV(B) | 2.81º | 0.29% | 0.86% | - |
| XYZ | 47.91 | 42.41 | 37.11 | - |
| YUV | 176.9 | 116.21 | 158.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 159 | 156 | 0 | 0.28 | 0.29 | 0.14 | 2.81 | 0.48 | 0.74 |
| Hex | DC | 9F | 9C | 0 | 1C | 1D | E | 3 | 30 | 4A |
| Octal | 334 | 237 | 234 | 0 | 34 | 35 | 16 | 3 | 60 | 112 |
| Binary | 11011100 | 10011111 | 10011100 | 0 | 11100 | 11101 | 1110 | 11 | 110000 | 1001010 |
Color Harmonies of #DC9F9C
Complementary color
Monochromatic Colors of #DC9F9C
Black with #DC9F9C
Text Example
Text Example
White with #DC9F9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC9F9C; }
p { color: rgb(220,159,156); }
H1.HeaderClassName
{
color: #DC9F9C;
}
.AnyTagClassName
{
color: #DC9F9C;
}
</style>
background-color css
<style>
a { background-color: #DC9F9C; }
a { background-color: rgb(220,159,156); }
div.DivClassName
{
background-color: #DC9F9C;
}
.BgClassName
{
background-color: #DC9F9C;
}
</style>
border-color css
<style>
span { border-color: #DC9F9C; }
span { border-color: rgb(220,159,156); }
td.TdClassName
{
border-color: #DC9F9C;
}
.TagClassName
{
border-color: #DC9F9C;
}
</style>