Shades of Petite Orchid #DC938C
Tints of Petite Orchid #DC938C
RGB
CMYK
RGB Variations
Color information
#DC938C (or 0xDC938C) is known color: Petite Orchid. HEX triplet: DC, 93 and 8C. RGB value is (220,147,140). Sum of RGB (Red+Green+Blue) = 220+147+140=507 (67% of max value = 765). Red value is 220 (86.33% from 255 or 43.39% from 507); Green value is 147 (57.81% from 255 or 28.99% from 507); Blue value is 140 (55.08% from 255 or 27.61% from 507); Max value from RGB is 220 - color contains mainly: red. Hex color #DC938C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DC938C is #236C73. Grayscale: #A8A8A8. Windows color (decimal): -2321524 or 9212892. OLE color: 9212892.
HSL color Cylindrical-coordinate representation of color #DC938C: hue angle of 5.25º degrees, saturation: 0.53, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #DC938C is Cyan = 0, Magento = 0.33, Yellow = 0.36 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 147 | 140 | - |
| CMYK | 0 | 0.33 | 0.36 | 0.14 |
| HSL | 5.25º | 0.53% | 0.71% | - |
| HSV(B) | 5.25º | 0.36% | 0.86% | - |
| XYZ | 44.68 | 37.98 | 29.79 | - |
| YUV | 168.03 | 112.18 | 165.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 147 | 140 | 0 | 0.33 | 0.36 | 0.14 | 5.25 | 0.53 | 0.71 |
| Hex | DC | 93 | 8C | 0 | 21 | 24 | E | 5 | 35 | 47 |
| Octal | 334 | 223 | 214 | 0 | 41 | 44 | 16 | 5 | 65 | 107 |
| Binary | 11011100 | 10010011 | 10001100 | 0 | 100001 | 100100 | 1110 | 101 | 110101 | 1000111 |
Color Harmonies of #DC938C
Complementary color
Monochromatic Colors of #DC938C
Black with #DC938C
Text Example
Text Example
White with #DC938C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC938C; }
p { color: rgb(220,147,140); }
H1.HeaderClassName
{
color: #DC938C;
}
.AnyTagClassName
{
color: #DC938C;
}
</style>
background-color css
<style>
a { background-color: #DC938C; }
a { background-color: rgb(220,147,140); }
div.DivClassName
{
background-color: #DC938C;
}
.BgClassName
{
background-color: #DC938C;
}
</style>
border-color css
<style>
span { border-color: #DC938C; }
span { border-color: rgb(220,147,140); }
td.TdClassName
{
border-color: #DC938C;
}
.TagClassName
{
border-color: #DC938C;
}
</style>