Shades of Orchid #DC7FCE
Tints of Orchid #DC7FCE
RGB
CMYK
RGB Variations
Color information
#DC7FCE (or 0xDC7FCE) is known color: Orchid. HEX triplet: DC, 7F and CE. RGB value is (220,127,206). Sum of RGB (Red+Green+Blue) = 220+127+206=553 (73% of max value = 765). Red value is 220 (86.33% from 255 or 39.78% from 553); Green value is 127 (50% from 255 or 22.97% from 553); Blue value is 206 (80.86% from 255 or 37.25% from 553); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7FCE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC7FCE is #238031. Grayscale: #A3A3A3. Windows color (decimal): -2326578 or 13533148. OLE color: 13533148.
HSL color Cylindrical-coordinate representation of color #DC7FCE: hue angle of 309.03º degrees, saturation: 0.57, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #DC7FCE is Cyan = 0, Magento = 0.42, Yellow = 0.06 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 127 | 206 | - |
| CMYK | 0 | 0.42 | 0.06 | 0.14 |
| HSL | 309.03º | 0.57% | 0.68% | - |
| HSV(B) | 309.03º | 0.42% | 0.86% | - |
| XYZ | 48.25 | 34.85 | 62.58 | - |
| YUV | 163.81 | 151.81 | 168.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 127 | 206 | 0 | 0.42 | 0.06 | 0.14 | 309.03 | 0.57 | 0.68 |
| Hex | DC | 7F | CE | 0 | 2A | 6 | E | 135 | 39 | 44 |
| Octal | 334 | 177 | 316 | 0 | 52 | 6 | 16 | 465 | 71 | 104 |
| Binary | 11011100 | 1111111 | 11001110 | 0 | 101010 | 110 | 1110 | 100110101 | 111001 | 1000100 |
Color Harmonies of #DC7FCE
Complementary color
Monochromatic Colors of #DC7FCE
Black with #DC7FCE
Text Example
Text Example
White with #DC7FCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC7FCE; }
p { color: rgb(220,127,206); }
H1.HeaderClassName
{
color: #DC7FCE;
}
.AnyTagClassName
{
color: #DC7FCE;
}
</style>
background-color css
<style>
a { background-color: #DC7FCE; }
a { background-color: rgb(220,127,206); }
div.DivClassName
{
background-color: #DC7FCE;
}
.BgClassName
{
background-color: #DC7FCE;
}
</style>
border-color css
<style>
span { border-color: #DC7FCE; }
span { border-color: rgb(220,127,206); }
td.TdClassName
{
border-color: #DC7FCE;
}
.TagClassName
{
border-color: #DC7FCE;
}
</style>