Shades of Petite Orchid #DC968C
Tints of Petite Orchid #DC968C
RGB
CMYK
RGB Variations
Color information
#DC968C (or 0xDC968C) is known color: Petite Orchid. HEX triplet: DC, 96 and 8C. RGB value is (220,150,140). Sum of RGB (Red+Green+Blue) = 220+150+140=510 (67% of max value = 765). Red value is 220 (86.33% from 255 or 43.14% from 510); Green value is 150 (58.98% from 255 or 29.41% from 510); Blue value is 140 (55.08% from 255 or 27.45% from 510); Max value from RGB is 220 - color contains mainly: red. Hex color #DC968C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DC968C is #236973. Grayscale: #A9A9A9. Windows color (decimal): -2320756 or 9213660. OLE color: 9213660.
HSL color Cylindrical-coordinate representation of color #DC968C: hue angle of 7.5º 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 #DC968C is Cyan = 0, Magento = 0.32, Yellow = 0.36 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 150 | 140 | - |
| CMYK | 0 | 0.32 | 0.36 | 0.14 |
| HSL | 7.5º | 0.53% | 0.71% | - |
| HSV(B) | 7.5º | 0.36% | 0.86% | - |
| XYZ | 45.16 | 38.92 | 29.94 | - |
| YUV | 169.79 | 111.19 | 163.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 150 | 140 | 0 | 0.32 | 0.36 | 0.14 | 7.5 | 0.53 | 0.71 |
| Hex | DC | 96 | 8C | 0 | 20 | 24 | E | 8 | 35 | 47 |
| Octal | 334 | 226 | 214 | 0 | 40 | 44 | 16 | 10 | 65 | 107 |
| Binary | 11011100 | 10010110 | 10001100 | 0 | 100000 | 100100 | 1110 | 1000 | 110101 | 1000111 |
Color Harmonies of #DC968C
Complementary color
Monochromatic Colors of #DC968C
Black with #DC968C
Text Example
Text Example
White with #DC968C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC968C; }
p { color: rgb(220,150,140); }
H1.HeaderClassName
{
color: #DC968C;
}
.AnyTagClassName
{
color: #DC968C;
}
</style>
background-color css
<style>
a { background-color: #DC968C; }
a { background-color: rgb(220,150,140); }
div.DivClassName
{
background-color: #DC968C;
}
.BgClassName
{
background-color: #DC968C;
}
</style>
border-color css
<style>
span { border-color: #DC968C; }
span { border-color: rgb(220,150,140); }
td.TdClassName
{
border-color: #DC968C;
}
.TagClassName
{
border-color: #DC968C;
}
</style>