Shades of Petite Orchid #DC968E
Tints of Petite Orchid #DC968E
RGB
CMYK
RGB Variations
Color information
#DC968E (or 0xDC968E) is known color: Petite Orchid. HEX triplet: DC, 96 and 8E. RGB value is (220,150,142). Sum of RGB (Red+Green+Blue) = 220+150+142=512 (67% of max value = 765). Red value is 220 (86.33% from 255 or 42.97% from 512); Green value is 150 (58.98% from 255 or 29.30% from 512); Blue value is 142 (55.86% from 255 or 27.73% from 512); Max value from RGB is 220 - color contains mainly: red. Hex color #DC968E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DC968E is #236971. Grayscale: #AAAAAA. Windows color (decimal): -2320754 or 9344732. OLE color: 9344732.
HSL color Cylindrical-coordinate representation of color #DC968E: hue angle of 6.15º degrees, saturation: 0.53, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #DC968E is Cyan = 0, Magento = 0.32, Yellow = 0.35 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 150 | 142 | - |
| CMYK | 0 | 0.32 | 0.35 | 0.14 |
| HSL | 6.15º | 0.53% | 0.71% | - |
| HSV(B) | 6.15º | 0.35% | 0.86% | - |
| XYZ | 45.3 | 38.98 | 30.73 | - |
| YUV | 170.02 | 112.19 | 163.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 150 | 142 | 0 | 0.32 | 0.35 | 0.14 | 6.15 | 0.53 | 0.71 |
| Hex | DC | 96 | 8E | 0 | 20 | 23 | E | 6 | 35 | 47 |
| Octal | 334 | 226 | 216 | 0 | 40 | 43 | 16 | 6 | 65 | 107 |
| Binary | 11011100 | 10010110 | 10001110 | 0 | 100000 | 100011 | 1110 | 110 | 110101 | 1000111 |
Color Harmonies of #DC968E
Complementary color
Monochromatic Colors of #DC968E
Black with #DC968E
Text Example
Text Example
White with #DC968E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC968E; }
p { color: rgb(220,150,142); }
H1.HeaderClassName
{
color: #DC968E;
}
.AnyTagClassName
{
color: #DC968E;
}
</style>
background-color css
<style>
a { background-color: #DC968E; }
a { background-color: rgb(220,150,142); }
div.DivClassName
{
background-color: #DC968E;
}
.BgClassName
{
background-color: #DC968E;
}
</style>
border-color css
<style>
span { border-color: #DC968E; }
span { border-color: rgb(220,150,142); }
td.TdClassName
{
border-color: #DC968E;
}
.TagClassName
{
border-color: #DC968E;
}
</style>