Shades of Orchid #DC74C1
Tints of Orchid #DC74C1
RGB
CMYK
RGB Variations
Color information
#DC74C1 (or 0xDC74C1) is known color: Orchid. HEX triplet: DC, 74 and C1. RGB value is (220,116,193). Sum of RGB (Red+Green+Blue) = 220+116+193=529 (70% of max value = 765). Red value is 220 (86.33% from 255 or 41.59% from 529); Green value is 116 (45.70% from 255 or 21.93% from 529); Blue value is 193 (75.78% from 255 or 36.48% from 529); Max value from RGB is 220 - color contains mainly: red. Hex color #DC74C1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC74C1 is #238B3E. Grayscale: #9B9B9B. Windows color (decimal): -2329407 or 12678364. OLE color: 12678364.
HSL color Cylindrical-coordinate representation of color #DC74C1: hue angle of 315.58º degrees, saturation: 0.6, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #DC74C1 is Cyan = 0, Magento = 0.47, Yellow = 0.12 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 116 | 193 | - |
| CMYK | 0 | 0.47 | 0.12 | 0.14 |
| HSL | 315.58º | 0.6% | 0.66% | - |
| HSV(B) | 315.58º | 0.47% | 0.86% | - |
| XYZ | 45.39 | 31.56 | 54.15 | - |
| YUV | 155.87 | 148.96 | 173.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 116 | 193 | 0 | 0.47 | 0.12 | 0.14 | 315.58 | 0.6 | 0.66 |
| Hex | DC | 74 | C1 | 0 | 2F | C | E | 13C | 3C | 42 |
| Octal | 334 | 164 | 301 | 0 | 57 | 14 | 16 | 474 | 74 | 102 |
| Binary | 11011100 | 1110100 | 11000001 | 0 | 101111 | 1100 | 1110 | 100111100 | 111100 | 1000010 |
Color Harmonies of #DC74C1
Complementary color
Monochromatic Colors of #DC74C1
Black with #DC74C1
Text Example
Text Example
White with #DC74C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC74C1; }
p { color: rgb(220,116,193); }
H1.HeaderClassName
{
color: #DC74C1;
}
.AnyTagClassName
{
color: #DC74C1;
}
</style>
background-color css
<style>
a { background-color: #DC74C1; }
a { background-color: rgb(220,116,193); }
div.DivClassName
{
background-color: #DC74C1;
}
.BgClassName
{
background-color: #DC74C1;
}
</style>
border-color css
<style>
span { border-color: #DC74C1; }
span { border-color: rgb(220,116,193); }
td.TdClassName
{
border-color: #DC74C1;
}
.TagClassName
{
border-color: #DC74C1;
}
</style>