Shades of Orchid #DC67C8
Tints of Orchid #DC67C8
RGB
CMYK
RGB Variations
Color information
#DC67C8 (or 0xDC67C8) is known color: Orchid. HEX triplet: DC, 67 and C8. RGB value is (220,103,200). Sum of RGB (Red+Green+Blue) = 220+103+200=523 (69% of max value = 765). Red value is 220 (86.33% from 255 or 42.07% from 523); Green value is 103 (40.62% from 255 or 19.69% from 523); Blue value is 200 (78.52% from 255 or 38.24% from 523); Max value from RGB is 220 - color contains mainly: red. Hex color #DC67C8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC67C8 is #239837. Grayscale: #949494. Windows color (decimal): -2332728 or 13133788. OLE color: 13133788.
HSL color Cylindrical-coordinate representation of color #DC67C8: hue angle of 310.26º 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 #DC67C8 is Cyan = 0, Magento = 0.53, Yellow = 0.09 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 103 | 200 | - |
| CMYK | 0 | 0.53 | 0.09 | 0.14 |
| HSL | 310.26º | 0.63% | 0.63% | - |
| HSV(B) | 310.26º | 0.53% | 0.86% | - |
| XYZ | 44.79 | 29.09 | 57.9 | - |
| YUV | 149.04 | 156.76 | 178.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 103 | 200 | 0 | 0.53 | 0.09 | 0.14 | 310.26 | 0.63 | 0.63 |
| Hex | DC | 67 | C8 | 0 | 35 | 9 | E | 136 | 3F | 3F |
| Octal | 334 | 147 | 310 | 0 | 65 | 11 | 16 | 466 | 77 | 77 |
| Binary | 11011100 | 1100111 | 11001000 | 0 | 110101 | 1001 | 1110 | 100110110 | 111111 | 111111 |
Color Harmonies of #DC67C8
Complementary color
Monochromatic Colors of #DC67C8
Black with #DC67C8
Text Example
Text Example
White with #DC67C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC67C8; }
p { color: rgb(220,103,200); }
H1.HeaderClassName
{
color: #DC67C8;
}
.AnyTagClassName
{
color: #DC67C8;
}
</style>
background-color css
<style>
a { background-color: #DC67C8; }
a { background-color: rgb(220,103,200); }
div.DivClassName
{
background-color: #DC67C8;
}
.BgClassName
{
background-color: #DC67C8;
}
</style>
border-color css
<style>
span { border-color: #DC67C8; }
span { border-color: rgb(220,103,200); }
td.TdClassName
{
border-color: #DC67C8;
}
.TagClassName
{
border-color: #DC67C8;
}
</style>