Shades of Orchid #DC73C1
Tints of Orchid #DC73C1
RGB
CMYK
RGB Variations
Color information
#DC73C1 (or 0xDC73C1) is known color: Orchid. HEX triplet: DC, 73 and C1. RGB value is (220,115,193). Sum of RGB (Red+Green+Blue) = 220+115+193=528 (69% of max value = 765). Red value is 220 (86.33% from 255 or 41.67% from 528); Green value is 115 (45.31% from 255 or 21.78% from 528); Blue value is 193 (75.78% from 255 or 36.55% from 528); Max value from RGB is 220 - color contains mainly: red. Hex color #DC73C1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC73C1 is #238C3E. Grayscale: #9B9B9B. Windows color (decimal): -2329663 or 12678108. OLE color: 12678108.
HSL color Cylindrical-coordinate representation of color #DC73C1: hue angle of 315.43º degrees, saturation: 0.6, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #DC73C1 is Cyan = 0, Magento = 0.48, Yellow = 0.12 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 115 | 193 | - |
| CMYK | 0 | 0.48 | 0.12 | 0.14 |
| HSL | 315.43º | 0.6% | 0.66% | - |
| HSV(B) | 315.43º | 0.48% | 0.86% | - |
| XYZ | 45.27 | 31.33 | 54.11 | - |
| YUV | 155.29 | 149.29 | 174.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 115 | 193 | 0 | 0.48 | 0.12 | 0.14 | 315.43 | 0.6 | 0.66 |
| Hex | DC | 73 | C1 | 0 | 30 | C | E | 13B | 3C | 42 |
| Octal | 334 | 163 | 301 | 0 | 60 | 14 | 16 | 473 | 74 | 102 |
| Binary | 11011100 | 1110011 | 11000001 | 0 | 110000 | 1100 | 1110 | 100111011 | 111100 | 1000010 |
Color Harmonies of #DC73C1
Complementary color
Monochromatic Colors of #DC73C1
Black with #DC73C1
Text Example
Text Example
White with #DC73C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC73C1; }
p { color: rgb(220,115,193); }
H1.HeaderClassName
{
color: #DC73C1;
}
.AnyTagClassName
{
color: #DC73C1;
}
</style>
background-color css
<style>
a { background-color: #DC73C1; }
a { background-color: rgb(220,115,193); }
div.DivClassName
{
background-color: #DC73C1;
}
.BgClassName
{
background-color: #DC73C1;
}
</style>
border-color css
<style>
span { border-color: #DC73C1; }
span { border-color: rgb(220,115,193); }
td.TdClassName
{
border-color: #DC73C1;
}
.TagClassName
{
border-color: #DC73C1;
}
</style>