Shades of Orchid #DC6FE1
Tints of Orchid #DC6FE1
RGB
CMYK
RGB Variations
Color information
#DC6FE1 (or 0xDC6FE1) is known color: Orchid. HEX triplet: DC, 6F and E1. RGB value is (220,111,225). Sum of RGB (Red+Green+Blue) = 220+111+225=556 (73% of max value = 765). Red value is 220 (86.33% from 255 or 39.57% from 556); Green value is 111 (43.75% from 255 or 19.96% from 556); Blue value is 225 (88.28% from 255 or 40.47% from 556); Max value from RGB is 225 - color contains mainly: blue. Hex color #DC6FE1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC6FE1 is #23901E. Grayscale: #9C9C9C. Windows color (decimal): -2330655 or 14774236. OLE color: 14774236.
HSL color Cylindrical-coordinate representation of color #DC6FE1: hue angle of 297.37º degrees, saturation: 0.66, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #DC6FE1 is Cyan = 0.02, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 220 | 111 | 225 | - |
| CMYK | 0.02 | 0.51 | 0 | 0.12 |
| HSL | 297.37º | 0.66% | 0.66% | - |
| HSV(B) | 297.37º | 0.51% | 0.88% | - |
| XYZ | 48.79 | 32.02 | 74.84 | - |
| YUV | 156.59 | 166.61 | 173.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 111 | 225 | 0.02 | 0.51 | 0 | 0.12 | 297.37 | 0.66 | 0.66 |
| Hex | DC | 6F | E1 | 2 | 33 | 0 | C | 129 | 42 | 42 |
| Octal | 334 | 157 | 341 | 2 | 63 | 0 | 14 | 451 | 102 | 102 |
| Binary | 11011100 | 1101111 | 11100001 | 10 | 110011 | 0 | 1100 | 100101001 | 1000010 | 1000010 |
Color Harmonies of #DC6FE1
Complementary color
Monochromatic Colors of #DC6FE1
Black with #DC6FE1
Text Example
Text Example
White with #DC6FE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC6FE1; }
p { color: rgb(220,111,225); }
H1.HeaderClassName
{
color: #DC6FE1;
}
.AnyTagClassName
{
color: #DC6FE1;
}
</style>
background-color css
<style>
a { background-color: #DC6FE1; }
a { background-color: rgb(220,111,225); }
div.DivClassName
{
background-color: #DC6FE1;
}
.BgClassName
{
background-color: #DC6FE1;
}
</style>
border-color css
<style>
span { border-color: #DC6FE1; }
span { border-color: rgb(220,111,225); }
td.TdClassName
{
border-color: #DC6FE1;
}
.TagClassName
{
border-color: #DC6FE1;
}
</style>