Shades of Orchid #DC6BDC
Tints of Orchid #DC6BDC
RGB
CMYK
RGB Variations
Color information
#DC6BDC (or 0xDC6BDC) is known color: Orchid. HEX triplet: DC, 6B and DC. RGB value is (220,107,220). Sum of RGB (Red+Green+Blue) = 220+107+220=547 (72% of max value = 765). Red value is 220 (86.33% from 255 or 40.22% from 547); Green value is 107 (42.19% from 255 or 19.56% from 547); Blue value is 220 (86.33% from 255 or 40.22% from 547); Max value from RGB is 220 - color contains mainly: red, blue. Hex color #DC6BDC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC6BDC is #239423. Grayscale: #999999. Windows color (decimal): -2331684 or 14445532. OLE color: 14445532.
HSL color Cylindrical-coordinate representation of color #DC6BDC: hue angle of 300º 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 #DC6BDC is Cyan = 0, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
RGB | 220 | 107 | 220 | - |
CMYK | 0 | 0.51 | 0 | 0.14 |
HSL | 300º | 0.62% | 0.64% | - |
HSV(B) | 300º | 0.51% | 0.86% | - |
XYZ | 47.69 | 30.9 | 71.16 | - |
YUV | 153.67 | 165.44 | 175.31 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 220 | 107 | 220 | 0 | 0.51 | 0 | 0.14 | 300 | 0.62 | 0.64 |
Hex | DC | 6B | DC | 0 | 33 | 0 | E | 12C | 3E | 40 |
Octal | 334 | 153 | 334 | 0 | 63 | 0 | 16 | 454 | 76 | 100 |
Binary | 11011100 | 1101011 | 11011100 | 0 | 110011 | 0 | 1110 | 100101100 | 111110 | 1000000 |
Color Harmonies of #DC6BDC
Complementary color
Monochromatic Colors of #DC6BDC
Black with #DC6BDC
Text Example
Text Example
White with #DC6BDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC6BDC; }
p { color: rgb(220,107,220); }
H1.HeaderClassName
{
color: #DC6BDC;
}
.AnyTagClassName
{
color: #DC6BDC;
}
</style>
background-color css
<style>
a { background-color: #DC6BDC; }
a { background-color: rgb(220,107,220); }
div.DivClassName
{
background-color: #DC6BDC;
}
.BgClassName
{
background-color: #DC6BDC;
}
</style>
border-color css
<style>
span { border-color: #DC6BDC; }
span { border-color: rgb(220,107,220); }
td.TdClassName
{
border-color: #DC6BDC;
}
.TagClassName
{
border-color: #DC6BDC;
}
</style>