Shades of Orchid #DC67D9
Tints of Orchid #DC67D9
RGB
CMYK
RGB Variations
Color information
#DC67D9 (or 0xDC67D9) is known color: Orchid. HEX triplet: DC, 67 and D9. RGB value is (220,103,217). Sum of RGB (Red+Green+Blue) = 220+103+217=540 (71% of max value = 765). Red value is 220 (86.33% from 255 or 40.74% from 540); Green value is 103 (40.62% from 255 or 19.07% from 540); Blue value is 217 (85.16% from 255 or 40.19% from 540); Max value from RGB is 220 - color contains mainly: red. Hex color #DC67D9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC67D9 is #239826. Grayscale: #969696. Windows color (decimal): -2332711 or 14247900. OLE color: 14247900.
HSL color Cylindrical-coordinate representation of color #DC67D9: hue angle of 301.54º degrees, saturation: 0.63, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #DC67D9 is Cyan = 0, Magento = 0.53, Yellow = 0.01 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 103 | 217 | - |
| CMYK | 0 | 0.53 | 0.01 | 0.14 |
| HSL | 301.54º | 0.63% | 0.63% | - |
| HSV(B) | 301.54º | 0.53% | 0.86% | - |
| XYZ | 46.89 | 29.93 | 68.95 | - |
| YUV | 150.98 | 165.26 | 177.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 103 | 217 | 0 | 0.53 | 0.01 | 0.14 | 301.54 | 0.63 | 0.63 |
| Hex | DC | 67 | D9 | 0 | 35 | 1 | E | 12E | 3F | 3F |
| Octal | 334 | 147 | 331 | 0 | 65 | 1 | 16 | 456 | 77 | 77 |
| Binary | 11011100 | 1100111 | 11011001 | 0 | 110101 | 1 | 1110 | 100101110 | 111111 | 111111 |
Color Harmonies of #DC67D9
Complementary color
Monochromatic Colors of #DC67D9
Black with #DC67D9
Text Example
Text Example
White with #DC67D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC67D9; }
p { color: rgb(220,103,217); }
H1.HeaderClassName
{
color: #DC67D9;
}
.AnyTagClassName
{
color: #DC67D9;
}
</style>
background-color css
<style>
a { background-color: #DC67D9; }
a { background-color: rgb(220,103,217); }
div.DivClassName
{
background-color: #DC67D9;
}
.BgClassName
{
background-color: #DC67D9;
}
</style>
border-color css
<style>
span { border-color: #DC67D9; }
span { border-color: rgb(220,103,217); }
td.TdClassName
{
border-color: #DC67D9;
}
.TagClassName
{
border-color: #DC67D9;
}
</style>