Shades of Medium Orchid #C04FCD
Tints of Medium Orchid #C04FCD
RGB
CMYK
RGB Variations
Color information
#C04FCD (or 0xC04FCD) is known color: Medium Orchid. HEX triplet: C0, 4F and CD. RGB value is (192,79,205). Sum of RGB (Red+Green+Blue) = 192+79+205=476 (63% of max value = 765). Red value is 192 (75.39% from 255 or 40.34% from 476); Green value is 79 (31.25% from 255 or 16.60% from 476); Blue value is 205 (80.47% from 255 or 43.07% from 476); Max value from RGB is 205 - color contains mainly: blue. Hex color #C04FCD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C04FCD is #3FB032. Grayscale: #7E7E7E. Windows color (decimal): -4173875 or 13455296. OLE color: 13455296.
HSL color Cylindrical-coordinate representation of color #C04FCD: hue angle of 293.81º degrees, saturation: 0.56, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #C04FCD is Cyan = 0.06, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 192 | 79 | 205 | - |
| CMYK | 0.06 | 0.61 | 0 | 0.20 |
| HSL | 293.81º | 0.56% | 0.56% | - |
| HSV(B) | 293.81º | 0.61% | 0.8% | - |
| XYZ | 35.55 | 21.21 | 59.98 | - |
| YUV | 127.15 | 171.94 | 174.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 79 | 205 | 0.06 | 0.61 | 0 | 0.20 | 293.81 | 0.56 | 0.56 |
| Hex | C0 | 4F | CD | 6 | 3D | 0 | 14 | 126 | 38 | 38 |
| Octal | 300 | 117 | 315 | 6 | 75 | 0 | 24 | 446 | 70 | 70 |
| Binary | 11000000 | 1001111 | 11001101 | 110 | 111101 | 0 | 10100 | 100100110 | 111000 | 111000 |
Color Harmonies of #C04FCD
Complementary color
Monochromatic Colors of #C04FCD
Black with #C04FCD
Text Example
Text Example
White with #C04FCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C04FCD; }
p { color: rgb(192,79,205); }
H1.HeaderClassName
{
color: #C04FCD;
}
.AnyTagClassName
{
color: #C04FCD;
}
</style>
background-color css
<style>
a { background-color: #C04FCD; }
a { background-color: rgb(192,79,205); }
div.DivClassName
{
background-color: #C04FCD;
}
.BgClassName
{
background-color: #C04FCD;
}
</style>
border-color css
<style>
span { border-color: #C04FCD; }
span { border-color: rgb(192,79,205); }
td.TdClassName
{
border-color: #C04FCD;
}
.TagClassName
{
border-color: #C04FCD;
}
</style>