Shades of Petite Orchid #DC9890
Tints of Petite Orchid #DC9890
RGB
CMYK
RGB Variations
Color information
#DC9890 (or 0xDC9890) is known color: Petite Orchid. HEX triplet: DC, 98 and 90. RGB value is (220,152,144). Sum of RGB (Red+Green+Blue) = 220+152+144=516 (68% of max value = 765). Red value is 220 (86.33% from 255 or 42.64% from 516); Green value is 152 (59.77% from 255 or 29.46% from 516); Blue value is 144 (56.64% from 255 or 27.91% from 516); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9890 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DC9890 is #23676F. Grayscale: #ABABAB. Windows color (decimal): -2320240 or 9476316. OLE color: 9476316.
HSL color Cylindrical-coordinate representation of color #DC9890: hue angle of 6.32º degrees, saturation: 0.52, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #DC9890 is Cyan = 0, Magento = 0.31, Yellow = 0.35 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 152 | 144 | - |
| CMYK | 0 | 0.31 | 0.35 | 0.14 |
| HSL | 6.32º | 0.52% | 0.71% | - |
| HSV(B) | 6.32º | 0.35% | 0.86% | - |
| XYZ | 45.78 | 39.69 | 31.63 | - |
| YUV | 171.42 | 112.53 | 162.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 152 | 144 | 0 | 0.31 | 0.35 | 0.14 | 6.32 | 0.52 | 0.71 |
| Hex | DC | 98 | 90 | 0 | 1F | 23 | E | 6 | 34 | 47 |
| Octal | 334 | 230 | 220 | 0 | 37 | 43 | 16 | 6 | 64 | 107 |
| Binary | 11011100 | 10011000 | 10010000 | 0 | 11111 | 100011 | 1110 | 110 | 110100 | 1000111 |
Color Harmonies of #DC9890
Complementary color
Monochromatic Colors of #DC9890
Black with #DC9890
Text Example
Text Example
White with #DC9890
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC9890; }
p { color: rgb(220,152,144); }
H1.HeaderClassName
{
color: #DC9890;
}
.AnyTagClassName
{
color: #DC9890;
}
</style>
background-color css
<style>
a { background-color: #DC9890; }
a { background-color: rgb(220,152,144); }
div.DivClassName
{
background-color: #DC9890;
}
.BgClassName
{
background-color: #DC9890;
}
</style>
border-color css
<style>
span { border-color: #DC9890; }
span { border-color: rgb(220,152,144); }
td.TdClassName
{
border-color: #DC9890;
}
.TagClassName
{
border-color: #DC9890;
}
</style>