Shades of Orchid #DC67BC
Tints of Orchid #DC67BC
RGB
CMYK
RGB Variations
Color information
#DC67BC (or 0xDC67BC) is known color: Orchid. HEX triplet: DC, 67 and BC. RGB value is (220,103,188). Sum of RGB (Red+Green+Blue) = 220+103+188=511 (67% of max value = 765). Red value is 220 (86.33% from 255 or 43.05% from 511); Green value is 103 (40.62% from 255 or 20.16% from 511); Blue value is 188 (73.83% from 255 or 36.79% from 511); Max value from RGB is 220 - color contains mainly: red. Hex color #DC67BC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC67BC is #239843. Grayscale: #939393. Windows color (decimal): -2332740 or 12347356. OLE color: 12347356.
HSL color Cylindrical-coordinate representation of color #DC67BC: hue angle of 316.41º 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 #DC67BC is Cyan = 0, Magento = 0.53, Yellow = 0.15 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 103 | 188 | - |
| CMYK | 0 | 0.53 | 0.15 | 0.14 |
| HSL | 316.41º | 0.63% | 0.63% | - |
| HSV(B) | 316.41º | 0.53% | 0.86% | - |
| XYZ | 43.44 | 28.55 | 50.8 | - |
| YUV | 147.67 | 150.76 | 179.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 103 | 188 | 0 | 0.53 | 0.15 | 0.14 | 316.41 | 0.63 | 0.63 |
| Hex | DC | 67 | BC | 0 | 35 | F | E | 13C | 3F | 3F |
| Octal | 334 | 147 | 274 | 0 | 65 | 17 | 16 | 474 | 77 | 77 |
| Binary | 11011100 | 1100111 | 10111100 | 0 | 110101 | 1111 | 1110 | 100111100 | 111111 | 111111 |
Color Harmonies of #DC67BC
Complementary color
Monochromatic Colors of #DC67BC
Black with #DC67BC
Text Example
Text Example
White with #DC67BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC67BC; }
p { color: rgb(220,103,188); }
H1.HeaderClassName
{
color: #DC67BC;
}
.AnyTagClassName
{
color: #DC67BC;
}
</style>
background-color css
<style>
a { background-color: #DC67BC; }
a { background-color: rgb(220,103,188); }
div.DivClassName
{
background-color: #DC67BC;
}
.BgClassName
{
background-color: #DC67BC;
}
</style>
border-color css
<style>
span { border-color: #DC67BC; }
span { border-color: rgb(220,103,188); }
td.TdClassName
{
border-color: #DC67BC;
}
.TagClassName
{
border-color: #DC67BC;
}
</style>