Shades of Petite Orchid #DC918C
Tints of Petite Orchid #DC918C
RGB
CMYK
RGB Variations
Color information
#DC918C (or 0xDC918C) is known color: Petite Orchid. HEX triplet: DC, 91 and 8C. RGB value is (220,145,140). Sum of RGB (Red+Green+Blue) = 220+145+140=505 (66% of max value = 765). Red value is 220 (86.33% from 255 or 43.56% from 505); Green value is 145 (57.03% from 255 or 28.71% from 505); Blue value is 140 (55.08% from 255 or 27.72% from 505); Max value from RGB is 220 - color contains mainly: red. Hex color #DC918C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DC918C is #236E73. Grayscale: #A6A6A6. Windows color (decimal): -2322036 or 9212380. OLE color: 9212380.
HSL color Cylindrical-coordinate representation of color #DC918C: hue angle of 3.75º 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 #DC918C is Cyan = 0, Magento = 0.34, Yellow = 0.36 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 145 | 140 | - |
| CMYK | 0 | 0.34 | 0.36 | 0.14 |
| HSL | 3.75º | 0.53% | 0.71% | - |
| HSV(B) | 3.75º | 0.36% | 0.86% | - |
| XYZ | 44.37 | 37.36 | 29.68 | - |
| YUV | 166.86 | 112.85 | 165.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 145 | 140 | 0 | 0.34 | 0.36 | 0.14 | 3.75 | 0.53 | 0.71 |
| Hex | DC | 91 | 8C | 0 | 22 | 24 | E | 4 | 35 | 47 |
| Octal | 334 | 221 | 214 | 0 | 42 | 44 | 16 | 4 | 65 | 107 |
| Binary | 11011100 | 10010001 | 10001100 | 0 | 100010 | 100100 | 1110 | 100 | 110101 | 1000111 |
Color Harmonies of #DC918C
Complementary color
Monochromatic Colors of #DC918C
Black with #DC918C
Text Example
Text Example
White with #DC918C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC918C; }
p { color: rgb(220,145,140); }
H1.HeaderClassName
{
color: #DC918C;
}
.AnyTagClassName
{
color: #DC918C;
}
</style>
background-color css
<style>
a { background-color: #DC918C; }
a { background-color: rgb(220,145,140); }
div.DivClassName
{
background-color: #DC918C;
}
.BgClassName
{
background-color: #DC918C;
}
</style>
border-color css
<style>
span { border-color: #DC918C; }
span { border-color: rgb(220,145,140); }
td.TdClassName
{
border-color: #DC918C;
}
.TagClassName
{
border-color: #DC918C;
}
</style>