Shades of Orchid #DC6BE0
Tints of Orchid #DC6BE0
RGB
CMYK
RGB Variations
Color information
#DC6BE0 (or 0xDC6BE0) is known color: Orchid. HEX triplet: DC, 6B and E0. RGB value is (220,107,224). Sum of RGB (Red+Green+Blue) = 220+107+224=551 (72% of max value = 765). Red value is 220 (86.33% from 255 or 39.93% from 551); Green value is 107 (42.19% from 255 or 19.42% from 551); Blue value is 224 (87.89% from 255 or 40.65% from 551); Max value from RGB is 224 - color contains mainly: blue. Hex color #DC6BE0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC6BE0 is #23941F. Grayscale: #999999. Windows color (decimal): -2331680 or 14707676. OLE color: 14707676.
HSL color Cylindrical-coordinate representation of color #DC6BE0: hue angle of 297.95º degrees, saturation: 0.65, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #DC6BE0 is Cyan = 0.02, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 220 | 107 | 224 | - |
| CMYK | 0.02 | 0.52 | 0 | 0.12 |
| HSL | 297.95º | 0.65% | 0.65% | - |
| HSV(B) | 297.95º | 0.52% | 0.88% | - |
| XYZ | 48.23 | 31.11 | 73.98 | - |
| YUV | 154.13 | 167.44 | 174.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 107 | 224 | 0.02 | 0.52 | 0 | 0.12 | 297.95 | 0.65 | 0.65 |
| Hex | DC | 6B | E0 | 2 | 34 | 0 | C | 12A | 41 | 41 |
| Octal | 334 | 153 | 340 | 2 | 64 | 0 | 14 | 452 | 101 | 101 |
| Binary | 11011100 | 1101011 | 11100000 | 10 | 110100 | 0 | 1100 | 100101010 | 1000001 | 1000001 |
Color Harmonies of #DC6BE0
Complementary color
Monochromatic Colors of #DC6BE0
Black with #DC6BE0
Text Example
Text Example
White with #DC6BE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC6BE0; }
p { color: rgb(220,107,224); }
H1.HeaderClassName
{
color: #DC6BE0;
}
.AnyTagClassName
{
color: #DC6BE0;
}
</style>
background-color css
<style>
a { background-color: #DC6BE0; }
a { background-color: rgb(220,107,224); }
div.DivClassName
{
background-color: #DC6BE0;
}
.BgClassName
{
background-color: #DC6BE0;
}
</style>
border-color css
<style>
span { border-color: #DC6BE0; }
span { border-color: rgb(220,107,224); }
td.TdClassName
{
border-color: #DC6BE0;
}
.TagClassName
{
border-color: #DC6BE0;
}
</style>