Shades of Petite Orchid #DC9E9A
Tints of Petite Orchid #DC9E9A
RGB
CMYK
RGB Variations
Color information
#DC9E9A (or 0xDC9E9A) is known color: Petite Orchid. HEX triplet: DC, 9E and 9A. RGB value is (220,158,154). Sum of RGB (Red+Green+Blue) = 220+158+154=532 (70% of max value = 765). Red value is 220 (86.33% from 255 or 41.35% from 532); Green value is 158 (62.11% from 255 or 29.70% from 532); Blue value is 154 (60.55% from 255 or 28.95% from 532); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9E9A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DC9E9A is #236165. Grayscale: #B0B0B0. Windows color (decimal): -2318694 or 10133212. OLE color: 10133212.
HSL color Cylindrical-coordinate representation of color #DC9E9A: hue angle of 3.64º 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 #DC9E9A is Cyan = 0, Magento = 0.28, Yellow = 0.3 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 158 | 154 | - |
| CMYK | 0 | 0.28 | 0.3 | 0.14 |
| HSL | 3.64º | 0.49% | 0.73% | - |
| HSV(B) | 3.64º | 0.3% | 0.86% | - |
| XYZ | 47.57 | 42 | 36.17 | - |
| YUV | 176.08 | 115.54 | 159.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 158 | 154 | 0 | 0.28 | 0.3 | 0.14 | 3.64 | 0.49 | 0.73 |
| Hex | DC | 9E | 9A | 0 | 1C | 1E | E | 4 | 31 | 49 |
| Octal | 334 | 236 | 232 | 0 | 34 | 36 | 16 | 4 | 61 | 111 |
| Binary | 11011100 | 10011110 | 10011010 | 0 | 11100 | 11110 | 1110 | 100 | 110001 | 1001001 |
Color Harmonies of #DC9E9A
Complementary color
Monochromatic Colors of #DC9E9A
Black with #DC9E9A
Text Example
Text Example
White with #DC9E9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC9E9A; }
p { color: rgb(220,158,154); }
H1.HeaderClassName
{
color: #DC9E9A;
}
.AnyTagClassName
{
color: #DC9E9A;
}
</style>
background-color css
<style>
a { background-color: #DC9E9A; }
a { background-color: rgb(220,158,154); }
div.DivClassName
{
background-color: #DC9E9A;
}
.BgClassName
{
background-color: #DC9E9A;
}
</style>
border-color css
<style>
span { border-color: #DC9E9A; }
span { border-color: rgb(220,158,154); }
td.TdClassName
{
border-color: #DC9E9A;
}
.TagClassName
{
border-color: #DC9E9A;
}
</style>