Shades of Orchid #DC6FDD
Tints of Orchid #DC6FDD
RGB
CMYK
RGB Variations
Color information
#DC6FDD (or 0xDC6FDD) is known color: Orchid. HEX triplet: DC, 6F and DD. RGB value is (220,111,221). Sum of RGB (Red+Green+Blue) = 220+111+221=552 (73% of max value = 765). Red value is 220 (86.33% from 255 or 39.86% from 552); Green value is 111 (43.75% from 255 or 20.11% from 552); Blue value is 221 (86.72% from 255 or 40.04% from 552); Max value from RGB is 221 - color contains mainly: blue. Hex color #DC6FDD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC6FDD is #239022. Grayscale: #9B9B9B. Windows color (decimal): -2330659 or 14512092. OLE color: 14512092.
HSL color Cylindrical-coordinate representation of color #DC6FDD: hue angle of 299.45º degrees, saturation: 0.62, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #DC6FDD is Cyan = 0.00, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 220 | 111 | 221 | - |
| CMYK | 0.00 | 0.50 | 0 | 0.13 |
| HSL | 299.45º | 0.62% | 0.65% | - |
| HSV(B) | 299.45º | 0.5% | 0.87% | - |
| XYZ | 48.25 | 31.8 | 72 | - |
| YUV | 156.13 | 164.61 | 173.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 111 | 221 | 0.00 | 0.50 | 0 | 0.13 | 299.45 | 0.62 | 0.65 |
| Hex | DC | 6F | DD | 0 | 32 | 0 | D | 12B | 3E | 41 |
| Octal | 334 | 157 | 335 | 0 | 62 | 0 | 15 | 453 | 76 | 101 |
| Binary | 11011100 | 1101111 | 11011101 | 0 | 110010 | 0 | 1101 | 100101011 | 111110 | 1000001 |
Color Harmonies of #DC6FDD
Complementary color
Monochromatic Colors of #DC6FDD
Black with #DC6FDD
Text Example
Text Example
White with #DC6FDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC6FDD; }
p { color: rgb(220,111,221); }
H1.HeaderClassName
{
color: #DC6FDD;
}
.AnyTagClassName
{
color: #DC6FDD;
}
</style>
background-color css
<style>
a { background-color: #DC6FDD; }
a { background-color: rgb(220,111,221); }
div.DivClassName
{
background-color: #DC6FDD;
}
.BgClassName
{
background-color: #DC6FDD;
}
</style>
border-color css
<style>
span { border-color: #DC6FDD; }
span { border-color: rgb(220,111,221); }
td.TdClassName
{
border-color: #DC6FDD;
}
.TagClassName
{
border-color: #DC6FDD;
}
</style>