Shades of Orchid #DC6BDA
Tints of Orchid #DC6BDA
RGB
CMYK
RGB Variations
Color information
#DC6BDA (or 0xDC6BDA) is known color: Orchid. HEX triplet: DC, 6B and DA. RGB value is (220,107,218). Sum of RGB (Red+Green+Blue) = 220+107+218=545 (72% of max value = 765). Red value is 220 (86.33% from 255 or 40.37% from 545); Green value is 107 (42.19% from 255 or 19.63% from 545); Blue value is 218 (85.55% from 255 or 40% from 545); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6BDA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC6BDA is #239425. Grayscale: #999999. Windows color (decimal): -2331686 or 14314460. OLE color: 14314460.
HSL color Cylindrical-coordinate representation of color #DC6BDA: hue angle of 301.06º 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 #DC6BDA is Cyan = 0, Magento = 0.51, Yellow = 0.01 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 107 | 218 | - |
| CMYK | 0 | 0.51 | 0.01 | 0.14 |
| HSL | 301.06º | 0.62% | 0.64% | - |
| HSV(B) | 301.06º | 0.51% | 0.86% | - |
| XYZ | 47.43 | 30.79 | 69.77 | - |
| YUV | 153.44 | 164.44 | 175.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 107 | 218 | 0 | 0.51 | 0.01 | 0.14 | 301.06 | 0.62 | 0.64 |
| Hex | DC | 6B | DA | 0 | 33 | 1 | E | 12D | 3E | 40 |
| Octal | 334 | 153 | 332 | 0 | 63 | 1 | 16 | 455 | 76 | 100 |
| Binary | 11011100 | 1101011 | 11011010 | 0 | 110011 | 1 | 1110 | 100101101 | 111110 | 1000000 |
Color Harmonies of #DC6BDA
Complementary color
Monochromatic Colors of #DC6BDA
Black with #DC6BDA
Text Example
Text Example
White with #DC6BDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC6BDA; }
p { color: rgb(220,107,218); }
H1.HeaderClassName
{
color: #DC6BDA;
}
.AnyTagClassName
{
color: #DC6BDA;
}
</style>
background-color css
<style>
a { background-color: #DC6BDA; }
a { background-color: rgb(220,107,218); }
div.DivClassName
{
background-color: #DC6BDA;
}
.BgClassName
{
background-color: #DC6BDA;
}
</style>
border-color css
<style>
span { border-color: #DC6BDA; }
span { border-color: rgb(220,107,218); }
td.TdClassName
{
border-color: #DC6BDA;
}
.TagClassName
{
border-color: #DC6BDA;
}
</style>