Shades of Orchid #DC67BA
Tints of Orchid #DC67BA
RGB
CMYK
RGB Variations
Color information
#DC67BA (or 0xDC67BA) is known color: Orchid. HEX triplet: DC, 67 and BA. RGB value is (220,103,186). Sum of RGB (Red+Green+Blue) = 220+103+186=509 (67% of max value = 765). Red value is 220 (86.33% from 255 or 43.22% from 509); Green value is 103 (40.62% from 255 or 20.24% from 509); Blue value is 186 (73.05% from 255 or 36.54% from 509); Max value from RGB is 220 - color contains mainly: red. Hex color #DC67BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC67BA is #239845. Grayscale: #939393. Windows color (decimal): -2332742 or 12216284. OLE color: 12216284.
HSL color Cylindrical-coordinate representation of color #DC67BA: hue angle of 317.44º 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 #DC67BA is Cyan = 0, Magento = 0.53, Yellow = 0.15 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 103 | 186 | - |
| CMYK | 0 | 0.53 | 0.15 | 0.14 |
| HSL | 317.44º | 0.63% | 0.63% | - |
| HSV(B) | 317.44º | 0.53% | 0.86% | - |
| XYZ | 43.23 | 28.46 | 49.67 | - |
| YUV | 147.45 | 149.76 | 179.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 103 | 186 | 0 | 0.53 | 0.15 | 0.14 | 317.44 | 0.63 | 0.63 |
| Hex | DC | 67 | BA | 0 | 35 | F | E | 13D | 3F | 3F |
| Octal | 334 | 147 | 272 | 0 | 65 | 17 | 16 | 475 | 77 | 77 |
| Binary | 11011100 | 1100111 | 10111010 | 0 | 110101 | 1111 | 1110 | 100111101 | 111111 | 111111 |
Color Harmonies of #DC67BA
Complementary color
Monochromatic Colors of #DC67BA
Black with #DC67BA
Text Example
Text Example
White with #DC67BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC67BA; }
p { color: rgb(220,103,186); }
H1.HeaderClassName
{
color: #DC67BA;
}
.AnyTagClassName
{
color: #DC67BA;
}
</style>
background-color css
<style>
a { background-color: #DC67BA; }
a { background-color: rgb(220,103,186); }
div.DivClassName
{
background-color: #DC67BA;
}
.BgClassName
{
background-color: #DC67BA;
}
</style>
border-color css
<style>
span { border-color: #DC67BA; }
span { border-color: rgb(220,103,186); }
td.TdClassName
{
border-color: #DC67BA;
}
.TagClassName
{
border-color: #DC67BA;
}
</style>