Shades of Orchid #DC6FE0
Tints of Orchid #DC6FE0
RGB
CMYK
RGB Variations
Color information
#DC6FE0 (or 0xDC6FE0) is known color: Orchid. HEX triplet: DC, 6F and E0. RGB value is (220,111,224). Sum of RGB (Red+Green+Blue) = 220+111+224=555 (73% of max value = 765). Red value is 220 (86.33% from 255 or 39.64% from 555); Green value is 111 (43.75% from 255 or 20% from 555); Blue value is 224 (87.89% from 255 or 40.36% from 555); Max value from RGB is 224 - color contains mainly: blue. Hex color #DC6FE0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC6FE0 is #23901F. Grayscale: #9C9C9C. Windows color (decimal): -2330656 or 14708700. OLE color: 14708700.
HSL color Cylindrical-coordinate representation of color #DC6FE0: hue angle of 297.88º degrees, saturation: 0.65, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #DC6FE0 is Cyan = 0.02, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 220 | 111 | 224 | - |
| CMYK | 0.02 | 0.50 | 0 | 0.12 |
| HSL | 297.88º | 0.65% | 0.66% | - |
| HSV(B) | 297.88º | 0.5% | 0.88% | - |
| XYZ | 48.65 | 31.97 | 74.13 | - |
| YUV | 156.47 | 166.11 | 173.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 111 | 224 | 0.02 | 0.50 | 0 | 0.12 | 297.88 | 0.65 | 0.66 |
| Hex | DC | 6F | E0 | 2 | 32 | 0 | C | 12A | 41 | 42 |
| Octal | 334 | 157 | 340 | 2 | 62 | 0 | 14 | 452 | 101 | 102 |
| Binary | 11011100 | 1101111 | 11100000 | 10 | 110010 | 0 | 1100 | 100101010 | 1000001 | 1000010 |
Color Harmonies of #DC6FE0
Complementary color
Monochromatic Colors of #DC6FE0
Black with #DC6FE0
Text Example
Text Example
White with #DC6FE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC6FE0; }
p { color: rgb(220,111,224); }
H1.HeaderClassName
{
color: #DC6FE0;
}
.AnyTagClassName
{
color: #DC6FE0;
}
</style>
background-color css
<style>
a { background-color: #DC6FE0; }
a { background-color: rgb(220,111,224); }
div.DivClassName
{
background-color: #DC6FE0;
}
.BgClassName
{
background-color: #DC6FE0;
}
</style>
border-color css
<style>
span { border-color: #DC6FE0; }
span { border-color: rgb(220,111,224); }
td.TdClassName
{
border-color: #DC6FE0;
}
.TagClassName
{
border-color: #DC6FE0;
}
</style>