Shades of Orchid #DC67BF
Tints of Orchid #DC67BF
RGB
CMYK
RGB Variations
Color information
#DC67BF (or 0xDC67BF) is known color: Orchid. HEX triplet: DC, 67 and BF. RGB value is (220,103,191). Sum of RGB (Red+Green+Blue) = 220+103+191=514 (68% of max value = 765). Red value is 220 (86.33% from 255 or 42.80% from 514); Green value is 103 (40.62% from 255 or 20.04% from 514); Blue value is 191 (75% from 255 or 37.16% from 514); Max value from RGB is 220 - color contains mainly: red. Hex color #DC67BF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC67BF is #239840. Grayscale: #939393. Windows color (decimal): -2332737 or 12543964. OLE color: 12543964.
HSL color Cylindrical-coordinate representation of color #DC67BF: hue angle of 314.87º 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 #DC67BF is Cyan = 0, Magento = 0.53, Yellow = 0.13 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 103 | 191 | - |
| CMYK | 0 | 0.53 | 0.13 | 0.14 |
| HSL | 314.87º | 0.63% | 0.63% | - |
| HSV(B) | 314.87º | 0.53% | 0.86% | - |
| XYZ | 43.77 | 28.68 | 52.52 | - |
| YUV | 148.02 | 152.26 | 179.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 103 | 191 | 0 | 0.53 | 0.13 | 0.14 | 314.87 | 0.63 | 0.63 |
| Hex | DC | 67 | BF | 0 | 35 | D | E | 13B | 3F | 3F |
| Octal | 334 | 147 | 277 | 0 | 65 | 15 | 16 | 473 | 77 | 77 |
| Binary | 11011100 | 1100111 | 10111111 | 0 | 110101 | 1101 | 1110 | 100111011 | 111111 | 111111 |
Color Harmonies of #DC67BF
Complementary color
Monochromatic Colors of #DC67BF
Black with #DC67BF
Text Example
Text Example
White with #DC67BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC67BF; }
p { color: rgb(220,103,191); }
H1.HeaderClassName
{
color: #DC67BF;
}
.AnyTagClassName
{
color: #DC67BF;
}
</style>
background-color css
<style>
a { background-color: #DC67BF; }
a { background-color: rgb(220,103,191); }
div.DivClassName
{
background-color: #DC67BF;
}
.BgClassName
{
background-color: #DC67BF;
}
</style>
border-color css
<style>
span { border-color: #DC67BF; }
span { border-color: rgb(220,103,191); }
td.TdClassName
{
border-color: #DC67BF;
}
.TagClassName
{
border-color: #DC67BF;
}
</style>