Shades of Medium Orchid #C04CD6
Tints of Medium Orchid #C04CD6
RGB
CMYK
RGB Variations
Color information
#C04CD6 (or 0xC04CD6) is known color: Medium Orchid. HEX triplet: C0, 4C and D6. RGB value is (192,76,214). Sum of RGB (Red+Green+Blue) = 192+76+214=482 (63% of max value = 765). Red value is 192 (75.39% from 255 or 39.83% from 482); Green value is 76 (30.08% from 255 or 15.77% from 482); Blue value is 214 (83.98% from 255 or 44.40% from 482); Max value from RGB is 214 - color contains mainly: blue. Hex color #C04CD6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C04CD6 is #3FB329. Grayscale: #7D7D7D. Windows color (decimal): -4174634 or 14044352. OLE color: 14044352.
HSL color Cylindrical-coordinate representation of color #C04CD6: hue angle of 290.43º degrees, saturation: 0.63, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C04CD6 is Cyan = 0.10, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 192 | 76 | 214 | - |
| CMYK | 0.10 | 0.64 | 0 | 0.16 |
| HSL | 290.43º | 0.63% | 0.57% | - |
| HSV(B) | 290.43º | 0.64% | 0.84% | - |
| XYZ | 36.46 | 21.23 | 65.79 | - |
| YUV | 126.42 | 177.43 | 174.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 76 | 214 | 0.10 | 0.64 | 0 | 0.16 | 290.43 | 0.63 | 0.57 |
| Hex | C0 | 4C | D6 | A | 40 | 0 | 10 | 122 | 3F | 39 |
| Octal | 300 | 114 | 326 | 12 | 100 | 0 | 20 | 442 | 77 | 71 |
| Binary | 11000000 | 1001100 | 11010110 | 1010 | 1000000 | 0 | 10000 | 100100010 | 111111 | 111001 |
Color Harmonies of #C04CD6
Complementary color
Monochromatic Colors of #C04CD6
Black with #C04CD6
Text Example
Text Example
White with #C04CD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C04CD6; }
p { color: rgb(192,76,214); }
H1.HeaderClassName
{
color: #C04CD6;
}
.AnyTagClassName
{
color: #C04CD6;
}
</style>
background-color css
<style>
a { background-color: #C04CD6; }
a { background-color: rgb(192,76,214); }
div.DivClassName
{
background-color: #C04CD6;
}
.BgClassName
{
background-color: #C04CD6;
}
</style>
border-color css
<style>
span { border-color: #C04CD6; }
span { border-color: rgb(192,76,214); }
td.TdClassName
{
border-color: #C04CD6;
}
.TagClassName
{
border-color: #C04CD6;
}
</style>