Shades of Petite Orchid #DC908C
Tints of Petite Orchid #DC908C
RGB
CMYK
RGB Variations
Color information
#DC908C (or 0xDC908C) is known color: Petite Orchid. HEX triplet: DC, 90 and 8C. RGB value is (220,144,140). Sum of RGB (Red+Green+Blue) = 220+144+140=504 (66% of max value = 765). Red value is 220 (86.33% from 255 or 43.65% from 504); Green value is 144 (56.64% from 255 or 28.57% from 504); Blue value is 140 (55.08% from 255 or 27.78% from 504); Max value from RGB is 220 - color contains mainly: red. Hex color #DC908C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DC908C is #236F73. Grayscale: #A6A6A6. Windows color (decimal): -2322292 or 9212124. OLE color: 9212124.
HSL color Cylindrical-coordinate representation of color #DC908C: hue angle of 3º 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 #DC908C is Cyan = 0, Magento = 0.35, Yellow = 0.36 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 144 | 140 | - |
| CMYK | 0 | 0.35 | 0.36 | 0.14 |
| HSL | 3º | 0.53% | 0.71% | - |
| HSV(B) | 3º | 0.36% | 0.86% | - |
| XYZ | 44.22 | 37.06 | 29.63 | - |
| YUV | 166.27 | 113.18 | 166.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 144 | 140 | 0 | 0.35 | 0.36 | 0.14 | 3 | 0.53 | 0.71 |
| Hex | DC | 90 | 8C | 0 | 23 | 24 | E | 3 | 35 | 47 |
| Octal | 334 | 220 | 214 | 0 | 43 | 44 | 16 | 3 | 65 | 107 |
| Binary | 11011100 | 10010000 | 10001100 | 0 | 100011 | 100100 | 1110 | 11 | 110101 | 1000111 |
Color Harmonies of #DC908C
Complementary color
Monochromatic Colors of #DC908C
Black with #DC908C
Text Example
Text Example
White with #DC908C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC908C; }
p { color: rgb(220,144,140); }
H1.HeaderClassName
{
color: #DC908C;
}
.AnyTagClassName
{
color: #DC908C;
}
</style>
background-color css
<style>
a { background-color: #DC908C; }
a { background-color: rgb(220,144,140); }
div.DivClassName
{
background-color: #DC908C;
}
.BgClassName
{
background-color: #DC908C;
}
</style>
border-color css
<style>
span { border-color: #DC908C; }
span { border-color: rgb(220,144,140); }
td.TdClassName
{
border-color: #DC908C;
}
.TagClassName
{
border-color: #DC908C;
}
</style>