Shades of Medium Orchid #C04FDE
Tints of Medium Orchid #C04FDE
RGB
CMYK
RGB Variations
Color information
#C04FDE (or 0xC04FDE) is known color: Medium Orchid. HEX triplet: C0, 4F and DE. RGB value is (192,79,222). Sum of RGB (Red+Green+Blue) = 192+79+222=493 (65% of max value = 765). Red value is 192 (75.39% from 255 or 38.95% from 493); Green value is 79 (31.25% from 255 or 16.02% from 493); Blue value is 222 (87.11% from 255 or 45.03% from 493); Max value from RGB is 222 - color contains mainly: blue. Hex color #C04FDE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C04FDE is #3FB021. Grayscale: #808080. Windows color (decimal): -4173858 or 14569408. OLE color: 14569408.
HSL color Cylindrical-coordinate representation of color #C04FDE: hue angle of 287.41º degrees, saturation: 0.68, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C04FDE is Cyan = 0.14, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 192 | 79 | 222 | - |
| CMYK | 0.14 | 0.64 | 0 | 0.13 |
| HSL | 287.41º | 0.68% | 0.59% | - |
| HSV(B) | 287.41º | 0.64% | 0.87% | - |
| XYZ | 37.72 | 22.07 | 71.38 | - |
| YUV | 129.09 | 180.44 | 172.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 79 | 222 | 0.14 | 0.64 | 0 | 0.13 | 287.41 | 0.68 | 0.59 |
| Hex | C0 | 4F | DE | E | 40 | 0 | D | 11F | 44 | 3B |
| Octal | 300 | 117 | 336 | 16 | 100 | 0 | 15 | 437 | 104 | 73 |
| Binary | 11000000 | 1001111 | 11011110 | 1110 | 1000000 | 0 | 1101 | 100011111 | 1000100 | 111011 |
Color Harmonies of #C04FDE
Complementary color
Monochromatic Colors of #C04FDE
Black with #C04FDE
Text Example
Text Example
White with #C04FDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C04FDE; }
p { color: rgb(192,79,222); }
H1.HeaderClassName
{
color: #C04FDE;
}
.AnyTagClassName
{
color: #C04FDE;
}
</style>
background-color css
<style>
a { background-color: #C04FDE; }
a { background-color: rgb(192,79,222); }
div.DivClassName
{
background-color: #C04FDE;
}
.BgClassName
{
background-color: #C04FDE;
}
</style>
border-color css
<style>
span { border-color: #C04FDE; }
span { border-color: rgb(192,79,222); }
td.TdClassName
{
border-color: #C04FDE;
}
.TagClassName
{
border-color: #C04FDE;
}
</style>