Shades of Orchid #DC6CDA
Tints of Orchid #DC6CDA
RGB
CMYK
RGB Variations
Color information
#DC6CDA (or 0xDC6CDA) is known color: Orchid. HEX triplet: DC, 6C and DA. RGB value is (220,108,218). Sum of RGB (Red+Green+Blue) = 220+108+218=546 (72% of max value = 765). Red value is 220 (86.33% from 255 or 40.29% from 546); Green value is 108 (42.58% from 255 or 19.78% from 546); Blue value is 218 (85.55% from 255 or 39.93% from 546); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6CDA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC6CDA is #239325. Grayscale: #999999. Windows color (decimal): -2331430 or 14314716. OLE color: 14314716.
HSL color Cylindrical-coordinate representation of color #DC6CDA: hue angle of 301.07º degrees, saturation: 0.62, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #DC6CDA is Cyan = 0, Magento = 0.51, Yellow = 0.01 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 108 | 218 | - |
| CMYK | 0 | 0.51 | 0.01 | 0.14 |
| HSL | 301.07º | 0.62% | 0.64% | - |
| HSV(B) | 301.07º | 0.51% | 0.86% | - |
| XYZ | 47.53 | 31 | 69.81 | - |
| YUV | 154.03 | 164.11 | 175.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 108 | 218 | 0 | 0.51 | 0.01 | 0.14 | 301.07 | 0.62 | 0.64 |
| Hex | DC | 6C | DA | 0 | 33 | 1 | E | 12D | 3E | 40 |
| Octal | 334 | 154 | 332 | 0 | 63 | 1 | 16 | 455 | 76 | 100 |
| Binary | 11011100 | 1101100 | 11011010 | 0 | 110011 | 1 | 1110 | 100101101 | 111110 | 1000000 |
Color Harmonies of #DC6CDA
Complementary color
Monochromatic Colors of #DC6CDA
Black with #DC6CDA
Text Example
Text Example
White with #DC6CDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC6CDA; }
p { color: rgb(220,108,218); }
H1.HeaderClassName
{
color: #DC6CDA;
}
.AnyTagClassName
{
color: #DC6CDA;
}
</style>
background-color css
<style>
a { background-color: #DC6CDA; }
a { background-color: rgb(220,108,218); }
div.DivClassName
{
background-color: #DC6CDA;
}
.BgClassName
{
background-color: #DC6CDA;
}
</style>
border-color css
<style>
span { border-color: #DC6CDA; }
span { border-color: rgb(220,108,218); }
td.TdClassName
{
border-color: #DC6CDA;
}
.TagClassName
{
border-color: #DC6CDA;
}
</style>