Shades of Orchid #DC6BC1
Tints of Orchid #DC6BC1
RGB
CMYK
RGB Variations
Color information
#DC6BC1 (or 0xDC6BC1) is known color: Orchid. HEX triplet: DC, 6B and C1. RGB value is (220,107,193). Sum of RGB (Red+Green+Blue) = 220+107+193=520 (68% of max value = 765). Red value is 220 (86.33% from 255 or 42.31% from 520); Green value is 107 (42.19% from 255 or 20.58% from 520); Blue value is 193 (75.78% from 255 or 37.12% from 520); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6BC1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC6BC1 is #23943E. Grayscale: #969696. Windows color (decimal): -2331711 or 12676060. OLE color: 12676060.
HSL color Cylindrical-coordinate representation of color #DC6BC1: hue angle of 314.34º 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 #DC6BC1 is Cyan = 0, Magento = 0.51, Yellow = 0.12 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 107 | 193 | - |
| CMYK | 0 | 0.51 | 0.12 | 0.14 |
| HSL | 314.34º | 0.62% | 0.64% | - |
| HSV(B) | 314.34º | 0.51% | 0.86% | - |
| XYZ | 44.4 | 29.58 | 53.82 | - |
| YUV | 150.59 | 151.94 | 177.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 107 | 193 | 0 | 0.51 | 0.12 | 0.14 | 314.34 | 0.62 | 0.64 |
| Hex | DC | 6B | C1 | 0 | 33 | C | E | 13A | 3E | 40 |
| Octal | 334 | 153 | 301 | 0 | 63 | 14 | 16 | 472 | 76 | 100 |
| Binary | 11011100 | 1101011 | 11000001 | 0 | 110011 | 1100 | 1110 | 100111010 | 111110 | 1000000 |
Color Harmonies of #DC6BC1
Complementary color
Monochromatic Colors of #DC6BC1
Black with #DC6BC1
Text Example
Text Example
White with #DC6BC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC6BC1; }
p { color: rgb(220,107,193); }
H1.HeaderClassName
{
color: #DC6BC1;
}
.AnyTagClassName
{
color: #DC6BC1;
}
</style>
background-color css
<style>
a { background-color: #DC6BC1; }
a { background-color: rgb(220,107,193); }
div.DivClassName
{
background-color: #DC6BC1;
}
.BgClassName
{
background-color: #DC6BC1;
}
</style>
border-color css
<style>
span { border-color: #DC6BC1; }
span { border-color: rgb(220,107,193); }
td.TdClassName
{
border-color: #DC6BC1;
}
.TagClassName
{
border-color: #DC6BC1;
}
</style>