Shades of Orchid #DC67D4
Tints of Orchid #DC67D4
RGB
CMYK
RGB Variations
Color information
#DC67D4 (or 0xDC67D4) is known color: Orchid. HEX triplet: DC, 67 and D4. RGB value is (220,103,212). Sum of RGB (Red+Green+Blue) = 220+103+212=535 (70% of max value = 765). Red value is 220 (86.33% from 255 or 41.12% from 535); Green value is 103 (40.62% from 255 or 19.25% from 535); Blue value is 212 (83.20% from 255 or 39.63% from 535); Max value from RGB is 220 - color contains mainly: red. Hex color #DC67D4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC67D4 is #23982B. Grayscale: #969696. Windows color (decimal): -2332716 or 13920220. OLE color: 13920220.
HSL color Cylindrical-coordinate representation of color #DC67D4: hue angle of 304.1º 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 #DC67D4 is Cyan = 0, Magento = 0.53, Yellow = 0.04 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 103 | 212 | - |
| CMYK | 0 | 0.53 | 0.04 | 0.14 |
| HSL | 304.1º | 0.63% | 0.63% | - |
| HSV(B) | 304.1º | 0.53% | 0.86% | - |
| XYZ | 46.25 | 29.67 | 65.58 | - |
| YUV | 150.41 | 162.76 | 177.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 103 | 212 | 0 | 0.53 | 0.04 | 0.14 | 304.1 | 0.63 | 0.63 |
| Hex | DC | 67 | D4 | 0 | 35 | 4 | E | 130 | 3F | 3F |
| Octal | 334 | 147 | 324 | 0 | 65 | 4 | 16 | 460 | 77 | 77 |
| Binary | 11011100 | 1100111 | 11010100 | 0 | 110101 | 100 | 1110 | 100110000 | 111111 | 111111 |
Color Harmonies of #DC67D4
Complementary color
Monochromatic Colors of #DC67D4
Black with #DC67D4
Text Example
Text Example
White with #DC67D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC67D4; }
p { color: rgb(220,103,212); }
H1.HeaderClassName
{
color: #DC67D4;
}
.AnyTagClassName
{
color: #DC67D4;
}
</style>
background-color css
<style>
a { background-color: #DC67D4; }
a { background-color: rgb(220,103,212); }
div.DivClassName
{
background-color: #DC67D4;
}
.BgClassName
{
background-color: #DC67D4;
}
</style>
border-color css
<style>
span { border-color: #DC67D4; }
span { border-color: rgb(220,103,212); }
td.TdClassName
{
border-color: #DC67D4;
}
.TagClassName
{
border-color: #DC67D4;
}
</style>