Shades of Orchid #DC6FD2
Tints of Orchid #DC6FD2
RGB
CMYK
RGB Variations
Color information
#DC6FD2 (or 0xDC6FD2) is known color: Orchid. HEX triplet: DC, 6F and D2. RGB value is (220,111,210). Sum of RGB (Red+Green+Blue) = 220+111+210=541 (71% of max value = 765). Red value is 220 (86.33% from 255 or 40.67% from 541); Green value is 111 (43.75% from 255 or 20.52% from 541); Blue value is 210 (82.42% from 255 or 38.82% from 541); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6FD2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC6FD2 is #23902D. Grayscale: #9A9A9A. Windows color (decimal): -2330670 or 13791196. OLE color: 13791196.
HSL color Cylindrical-coordinate representation of color #DC6FD2: hue angle of 305.5º degrees, saturation: 0.61, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #DC6FD2 is Cyan = 0, Magento = 0.50, Yellow = 0.05 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 111 | 210 | - |
| CMYK | 0 | 0.50 | 0.05 | 0.14 |
| HSL | 305.5º | 0.61% | 0.65% | - |
| HSV(B) | 305.5º | 0.5% | 0.86% | - |
| XYZ | 46.83 | 31.24 | 64.53 | - |
| YUV | 154.88 | 159.11 | 174.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 111 | 210 | 0 | 0.50 | 0.05 | 0.14 | 305.5 | 0.61 | 0.65 |
| Hex | DC | 6F | D2 | 0 | 32 | 5 | E | 132 | 3D | 41 |
| Octal | 334 | 157 | 322 | 0 | 62 | 5 | 16 | 462 | 75 | 101 |
| Binary | 11011100 | 1101111 | 11010010 | 0 | 110010 | 101 | 1110 | 100110010 | 111101 | 1000001 |
Color Harmonies of #DC6FD2
Complementary color
Monochromatic Colors of #DC6FD2
Black with #DC6FD2
Text Example
Text Example
White with #DC6FD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC6FD2; }
p { color: rgb(220,111,210); }
H1.HeaderClassName
{
color: #DC6FD2;
}
.AnyTagClassName
{
color: #DC6FD2;
}
</style>
background-color css
<style>
a { background-color: #DC6FD2; }
a { background-color: rgb(220,111,210); }
div.DivClassName
{
background-color: #DC6FD2;
}
.BgClassName
{
background-color: #DC6FD2;
}
</style>
border-color css
<style>
span { border-color: #DC6FD2; }
span { border-color: rgb(220,111,210); }
td.TdClassName
{
border-color: #DC6FD2;
}
.TagClassName
{
border-color: #DC6FD2;
}
</style>