Shades of Orchid #DC6FC9
Tints of Orchid #DC6FC9
RGB
CMYK
RGB Variations
Color information
#DC6FC9 (or 0xDC6FC9) is known color: Orchid. HEX triplet: DC, 6F and C9. RGB value is (220,111,201). Sum of RGB (Red+Green+Blue) = 220+111+201=532 (70% of max value = 765). Red value is 220 (86.33% from 255 or 41.35% from 532); Green value is 111 (43.75% from 255 or 20.86% from 532); Blue value is 201 (78.91% from 255 or 37.78% from 532); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6FC9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC6FC9 is #239036. Grayscale: #999999. Windows color (decimal): -2330679 or 13201372. OLE color: 13201372.
HSL color Cylindrical-coordinate representation of color #DC6FC9: hue angle of 310.46º 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 #DC6FC9 is Cyan = 0, Magento = 0.50, Yellow = 0.09 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 111 | 201 | - |
| CMYK | 0 | 0.50 | 0.09 | 0.14 |
| HSL | 310.46º | 0.61% | 0.65% | - |
| HSV(B) | 310.46º | 0.5% | 0.86% | - |
| XYZ | 45.74 | 30.8 | 58.79 | - |
| YUV | 153.85 | 154.61 | 175.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 111 | 201 | 0 | 0.50 | 0.09 | 0.14 | 310.46 | 0.61 | 0.65 |
| Hex | DC | 6F | C9 | 0 | 32 | 9 | E | 136 | 3D | 41 |
| Octal | 334 | 157 | 311 | 0 | 62 | 11 | 16 | 466 | 75 | 101 |
| Binary | 11011100 | 1101111 | 11001001 | 0 | 110010 | 1001 | 1110 | 100110110 | 111101 | 1000001 |
Color Harmonies of #DC6FC9
Complementary color
Monochromatic Colors of #DC6FC9
Black with #DC6FC9
Text Example
Text Example
White with #DC6FC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC6FC9; }
p { color: rgb(220,111,201); }
H1.HeaderClassName
{
color: #DC6FC9;
}
.AnyTagClassName
{
color: #DC6FC9;
}
</style>
background-color css
<style>
a { background-color: #DC6FC9; }
a { background-color: rgb(220,111,201); }
div.DivClassName
{
background-color: #DC6FC9;
}
.BgClassName
{
background-color: #DC6FC9;
}
</style>
border-color css
<style>
span { border-color: #DC6FC9; }
span { border-color: rgb(220,111,201); }
td.TdClassName
{
border-color: #DC6FC9;
}
.TagClassName
{
border-color: #DC6FC9;
}
</style>