Shades of Orchid #DC6FCA
Tints of Orchid #DC6FCA
RGB
CMYK
RGB Variations
Color information
#DC6FCA (or 0xDC6FCA) is known color: Orchid. HEX triplet: DC, 6F and CA. RGB value is (220,111,202). Sum of RGB (Red+Green+Blue) = 220+111+202=533 (70% of max value = 765). Red value is 220 (86.33% from 255 or 41.28% from 533); Green value is 111 (43.75% from 255 or 20.83% from 533); Blue value is 202 (79.30% from 255 or 37.90% from 533); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6FCA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC6FCA is #239035. Grayscale: #999999. Windows color (decimal): -2330678 or 13266908. OLE color: 13266908.
HSL color Cylindrical-coordinate representation of color #DC6FCA: hue angle of 309.91º 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 #DC6FCA is Cyan = 0, Magento = 0.50, Yellow = 0.08 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 111 | 202 | - |
| CMYK | 0 | 0.50 | 0.08 | 0.14 |
| HSL | 309.91º | 0.61% | 0.65% | - |
| HSV(B) | 309.91º | 0.5% | 0.86% | - |
| XYZ | 45.86 | 30.85 | 59.41 | - |
| YUV | 153.97 | 155.11 | 175.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 111 | 202 | 0 | 0.50 | 0.08 | 0.14 | 309.91 | 0.61 | 0.65 |
| Hex | DC | 6F | CA | 0 | 32 | 8 | E | 136 | 3D | 41 |
| Octal | 334 | 157 | 312 | 0 | 62 | 10 | 16 | 466 | 75 | 101 |
| Binary | 11011100 | 1101111 | 11001010 | 0 | 110010 | 1000 | 1110 | 100110110 | 111101 | 1000001 |
Color Harmonies of #DC6FCA
Complementary color
Monochromatic Colors of #DC6FCA
Black with #DC6FCA
Text Example
Text Example
White with #DC6FCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC6FCA; }
p { color: rgb(220,111,202); }
H1.HeaderClassName
{
color: #DC6FCA;
}
.AnyTagClassName
{
color: #DC6FCA;
}
</style>
background-color css
<style>
a { background-color: #DC6FCA; }
a { background-color: rgb(220,111,202); }
div.DivClassName
{
background-color: #DC6FCA;
}
.BgClassName
{
background-color: #DC6FCA;
}
</style>
border-color css
<style>
span { border-color: #DC6FCA; }
span { border-color: rgb(220,111,202); }
td.TdClassName
{
border-color: #DC6FCA;
}
.TagClassName
{
border-color: #DC6FCA;
}
</style>