Shades of Medium Orchid #C04FEE
Tints of Medium Orchid #C04FEE
RGB
CMYK
RGB Variations
Color information
#C04FEE (or 0xC04FEE) is known color: Medium Orchid. HEX triplet: C0, 4F and EE. RGB value is (192,79,238). Sum of RGB (Red+Green+Blue) = 192+79+238=509 (67% of max value = 765). Red value is 192 (75.39% from 255 or 37.72% from 509); Green value is 79 (31.25% from 255 or 15.52% from 509); Blue value is 238 (93.36% from 255 or 46.76% from 509); Max value from RGB is 238 - color contains mainly: blue. Hex color #C04FEE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C04FEE is #3FB011. Grayscale: #828282. Windows color (decimal): -4173842 or 15617984. OLE color: 15617984.
HSL color Cylindrical-coordinate representation of color #C04FEE: hue angle of 282.64º degrees, saturation: 0.82, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C04FEE is Cyan = 0.19, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 192 | 79 | 238 | - |
| CMYK | 0.19 | 0.67 | 0 | 0.07 |
| HSL | 282.64º | 0.82% | 0.62% | - |
| HSV(B) | 282.64º | 0.67% | 0.93% | - |
| XYZ | 39.97 | 22.97 | 83.22 | - |
| YUV | 130.91 | 188.44 | 171.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 79 | 238 | 0.19 | 0.67 | 0 | 0.07 | 282.64 | 0.82 | 0.62 |
| Hex | C0 | 4F | EE | 13 | 43 | 0 | 7 | 11B | 52 | 3E |
| Octal | 300 | 117 | 356 | 23 | 103 | 0 | 7 | 433 | 122 | 76 |
| Binary | 11000000 | 1001111 | 11101110 | 10011 | 1000011 | 0 | 111 | 100011011 | 1010010 | 111110 |
Color Harmonies of #C04FEE
Complementary color
Monochromatic Colors of #C04FEE
Black with #C04FEE
Text Example
Text Example
White with #C04FEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C04FEE; }
p { color: rgb(192,79,238); }
H1.HeaderClassName
{
color: #C04FEE;
}
.AnyTagClassName
{
color: #C04FEE;
}
</style>
background-color css
<style>
a { background-color: #C04FEE; }
a { background-color: rgb(192,79,238); }
div.DivClassName
{
background-color: #C04FEE;
}
.BgClassName
{
background-color: #C04FEE;
}
</style>
border-color css
<style>
span { border-color: #C04FEE; }
span { border-color: rgb(192,79,238); }
td.TdClassName
{
border-color: #C04FEE;
}
.TagClassName
{
border-color: #C04FEE;
}
</style>