Shades of Orchid #DC6FD5
Tints of Orchid #DC6FD5
RGB
CMYK
RGB Variations
Color information
#DC6FD5 (or 0xDC6FD5) is known color: Orchid. HEX triplet: DC, 6F and D5. RGB value is (220,111,213). Sum of RGB (Red+Green+Blue) = 220+111+213=544 (72% of max value = 765). Red value is 220 (86.33% from 255 or 40.44% from 544); Green value is 111 (43.75% from 255 or 20.40% from 544); Blue value is 213 (83.59% from 255 or 39.15% from 544); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6FD5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC6FD5 is #23902A. Grayscale: #9A9A9A. Windows color (decimal): -2330667 or 13987804. OLE color: 13987804.
HSL color Cylindrical-coordinate representation of color #DC6FD5: hue angle of 303.85º degrees, saturation: 0.61, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #DC6FD5 is Cyan = 0, Magento = 0.50, Yellow = 0.03 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 111 | 213 | - |
| CMYK | 0 | 0.50 | 0.03 | 0.14 |
| HSL | 303.85º | 0.61% | 0.65% | - |
| HSV(B) | 303.85º | 0.5% | 0.86% | - |
| XYZ | 47.21 | 31.39 | 66.52 | - |
| YUV | 155.22 | 160.61 | 174.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 111 | 213 | 0 | 0.50 | 0.03 | 0.14 | 303.85 | 0.61 | 0.65 |
| Hex | DC | 6F | D5 | 0 | 32 | 3 | E | 130 | 3D | 41 |
| Octal | 334 | 157 | 325 | 0 | 62 | 3 | 16 | 460 | 75 | 101 |
| Binary | 11011100 | 1101111 | 11010101 | 0 | 110010 | 11 | 1110 | 100110000 | 111101 | 1000001 |
Color Harmonies of #DC6FD5
Complementary color
Monochromatic Colors of #DC6FD5
Black with #DC6FD5
Text Example
Text Example
White with #DC6FD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC6FD5; }
p { color: rgb(220,111,213); }
H1.HeaderClassName
{
color: #DC6FD5;
}
.AnyTagClassName
{
color: #DC6FD5;
}
</style>
background-color css
<style>
a { background-color: #DC6FD5; }
a { background-color: rgb(220,111,213); }
div.DivClassName
{
background-color: #DC6FD5;
}
.BgClassName
{
background-color: #DC6FD5;
}
</style>
border-color css
<style>
span { border-color: #DC6FD5; }
span { border-color: rgb(220,111,213); }
td.TdClassName
{
border-color: #DC6FD5;
}
.TagClassName
{
border-color: #DC6FD5;
}
</style>