Shades of Medium Orchid #C04FDA
Tints of Medium Orchid #C04FDA
RGB
CMYK
RGB Variations
Color information
#C04FDA (or 0xC04FDA) is known color: Medium Orchid. HEX triplet: C0, 4F and DA. RGB value is (192,79,218). Sum of RGB (Red+Green+Blue) = 192+79+218=489 (64% of max value = 765). Red value is 192 (75.39% from 255 or 39.26% from 489); Green value is 79 (31.25% from 255 or 16.16% from 489); Blue value is 218 (85.55% from 255 or 44.58% from 489); Max value from RGB is 218 - color contains mainly: blue. Hex color #C04FDA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C04FDA is #3FB025. Grayscale: #808080. Windows color (decimal): -4173862 or 14307264. OLE color: 14307264.
HSL color Cylindrical-coordinate representation of color #C04FDA: hue angle of 288.78º degrees, saturation: 0.65, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C04FDA is Cyan = 0.12, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 192 | 79 | 218 | - |
| CMYK | 0.12 | 0.64 | 0 | 0.15 |
| HSL | 288.78º | 0.65% | 0.58% | - |
| HSV(B) | 288.78º | 0.64% | 0.85% | - |
| XYZ | 37.19 | 21.86 | 68.59 | - |
| YUV | 128.63 | 178.44 | 173.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 79 | 218 | 0.12 | 0.64 | 0 | 0.15 | 288.78 | 0.65 | 0.58 |
| Hex | C0 | 4F | DA | C | 40 | 0 | F | 121 | 41 | 3A |
| Octal | 300 | 117 | 332 | 14 | 100 | 0 | 17 | 441 | 101 | 72 |
| Binary | 11000000 | 1001111 | 11011010 | 1100 | 1000000 | 0 | 1111 | 100100001 | 1000001 | 111010 |
Color Harmonies of #C04FDA
Complementary color
Monochromatic Colors of #C04FDA
Black with #C04FDA
Text Example
Text Example
White with #C04FDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C04FDA; }
p { color: rgb(192,79,218); }
H1.HeaderClassName
{
color: #C04FDA;
}
.AnyTagClassName
{
color: #C04FDA;
}
</style>
background-color css
<style>
a { background-color: #C04FDA; }
a { background-color: rgb(192,79,218); }
div.DivClassName
{
background-color: #C04FDA;
}
.BgClassName
{
background-color: #C04FDA;
}
</style>
border-color css
<style>
span { border-color: #C04FDA; }
span { border-color: rgb(192,79,218); }
td.TdClassName
{
border-color: #C04FDA;
}
.TagClassName
{
border-color: #C04FDA;
}
</style>