Shades of Petite Orchid #DC9088
Tints of Petite Orchid #DC9088
RGB
CMYK
RGB Variations
Color information
#DC9088 (or 0xDC9088) is known color: Petite Orchid. HEX triplet: DC, 90 and 88. RGB value is (220,144,136). Sum of RGB (Red+Green+Blue) = 220+144+136=500 (66% of max value = 765). Red value is 220 (86.33% from 255 or 44% from 500); Green value is 144 (56.64% from 255 or 28.8% from 500); Blue value is 136 (53.52% from 255 or 27.2% from 500); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9088 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DC9088 is #236F77. Grayscale: #A5A5A5. Windows color (decimal): -2322296 or 8949980. OLE color: 8949980.
HSL color Cylindrical-coordinate representation of color #DC9088: hue angle of 5.71º degrees, saturation: 0.55, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #DC9088 is Cyan = 0, Magento = 0.35, Yellow = 0.38 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 144 | 136 | - |
| CMYK | 0 | 0.35 | 0.38 | 0.14 |
| HSL | 5.71º | 0.55% | 0.7% | - |
| HSV(B) | 5.71º | 0.38% | 0.86% | - |
| XYZ | 43.93 | 36.94 | 28.11 | - |
| YUV | 165.81 | 111.18 | 166.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 144 | 136 | 0 | 0.35 | 0.38 | 0.14 | 5.71 | 0.55 | 0.7 |
| Hex | DC | 90 | 88 | 0 | 23 | 26 | E | 6 | 37 | 46 |
| Octal | 334 | 220 | 210 | 0 | 43 | 46 | 16 | 6 | 67 | 106 |
| Binary | 11011100 | 10010000 | 10001000 | 0 | 100011 | 100110 | 1110 | 110 | 110111 | 1000110 |
Color Harmonies of #DC9088
Complementary color
Monochromatic Colors of #DC9088
Black with #DC9088
Text Example
Text Example
White with #DC9088
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC9088; }
p { color: rgb(220,144,136); }
H1.HeaderClassName
{
color: #DC9088;
}
.AnyTagClassName
{
color: #DC9088;
}
</style>
background-color css
<style>
a { background-color: #DC9088; }
a { background-color: rgb(220,144,136); }
div.DivClassName
{
background-color: #DC9088;
}
.BgClassName
{
background-color: #DC9088;
}
</style>
border-color css
<style>
span { border-color: #DC9088; }
span { border-color: rgb(220,144,136); }
td.TdClassName
{
border-color: #DC9088;
}
.TagClassName
{
border-color: #DC9088;
}
</style>