Shades of Petite Orchid #DC968F
Tints of Petite Orchid #DC968F
RGB
CMYK
RGB Variations
Color information
#DC968F (or 0xDC968F) is known color: Petite Orchid. HEX triplet: DC, 96 and 8F. RGB value is (220,150,143). Sum of RGB (Red+Green+Blue) = 220+150+143=513 (67% of max value = 765). Red value is 220 (86.33% from 255 or 42.88% from 513); Green value is 150 (58.98% from 255 or 29.24% from 513); Blue value is 143 (56.25% from 255 or 27.88% from 513); Max value from RGB is 220 - color contains mainly: red. Hex color #DC968F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DC968F is #236970. Grayscale: #AAAAAA. Windows color (decimal): -2320753 or 9410268. OLE color: 9410268.
HSL color Cylindrical-coordinate representation of color #DC968F: hue angle of 5.45º degrees, saturation: 0.52, 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 #DC968F is Cyan = 0, Magento = 0.32, Yellow = 0.35 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 150 | 143 | - |
| CMYK | 0 | 0.32 | 0.35 | 0.14 |
| HSL | 5.45º | 0.52% | 0.71% | - |
| HSV(B) | 5.45º | 0.35% | 0.86% | - |
| XYZ | 45.38 | 39.01 | 31.12 | - |
| YUV | 170.13 | 112.69 | 163.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 150 | 143 | 0 | 0.32 | 0.35 | 0.14 | 5.45 | 0.52 | 0.71 |
| Hex | DC | 96 | 8F | 0 | 20 | 23 | E | 5 | 34 | 47 |
| Octal | 334 | 226 | 217 | 0 | 40 | 43 | 16 | 5 | 64 | 107 |
| Binary | 11011100 | 10010110 | 10001111 | 0 | 100000 | 100011 | 1110 | 101 | 110100 | 1000111 |
Color Harmonies of #DC968F
Complementary color
Monochromatic Colors of #DC968F
Black with #DC968F
Text Example
Text Example
White with #DC968F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC968F; }
p { color: rgb(220,150,143); }
H1.HeaderClassName
{
color: #DC968F;
}
.AnyTagClassName
{
color: #DC968F;
}
</style>
background-color css
<style>
a { background-color: #DC968F; }
a { background-color: rgb(220,150,143); }
div.DivClassName
{
background-color: #DC968F;
}
.BgClassName
{
background-color: #DC968F;
}
</style>
border-color css
<style>
span { border-color: #DC968F; }
span { border-color: rgb(220,150,143); }
td.TdClassName
{
border-color: #DC968F;
}
.TagClassName
{
border-color: #DC968F;
}
</style>