Shades of Medium Orchid #C05EF3
Tints of Medium Orchid #C05EF3
RGB
CMYK
RGB Variations
Color information
#C05EF3 (or 0xC05EF3) is known color: Medium Orchid. HEX triplet: C0, 5E and F3. RGB value is (192,94,243). Sum of RGB (Red+Green+Blue) = 192+94+243=529 (70% of max value = 765). Red value is 192 (75.39% from 255 or 36.29% from 529); Green value is 94 (37.11% from 255 or 17.77% from 529); Blue value is 243 (95.31% from 255 or 45.94% from 529); Max value from RGB is 243 - color contains mainly: blue. Hex color #C05EF3 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C05EF3 is #3FA10C. Grayscale: #8B8B8B. Windows color (decimal): -4169997 or 15949504. OLE color: 15949504.
HSL color Cylindrical-coordinate representation of color #C05EF3: hue angle of 279.46º degrees, saturation: 0.86, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #C05EF3 is Cyan = 0.21, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 192 | 94 | 243 | - |
| CMYK | 0.21 | 0.61 | 0 | 0.05 |
| HSL | 279.46º | 0.86% | 0.66% | - |
| HSV(B) | 279.46º | 0.61% | 0.95% | - |
| XYZ | 41.92 | 25.68 | 87.54 | - |
| YUV | 140.29 | 185.97 | 164.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 94 | 243 | 0.21 | 0.61 | 0 | 0.05 | 279.46 | 0.86 | 0.66 |
| Hex | C0 | 5E | F3 | 15 | 3D | 0 | 5 | 117 | 56 | 42 |
| Octal | 300 | 136 | 363 | 25 | 75 | 0 | 5 | 427 | 126 | 102 |
| Binary | 11000000 | 1011110 | 11110011 | 10101 | 111101 | 0 | 101 | 100010111 | 1010110 | 1000010 |
Color Harmonies of #C05EF3
Complementary color
Monochromatic Colors of #C05EF3
Black with #C05EF3
Text Example
Text Example
White with #C05EF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C05EF3; }
p { color: rgb(192,94,243); }
H1.HeaderClassName
{
color: #C05EF3;
}
.AnyTagClassName
{
color: #C05EF3;
}
</style>
background-color css
<style>
a { background-color: #C05EF3; }
a { background-color: rgb(192,94,243); }
div.DivClassName
{
background-color: #C05EF3;
}
.BgClassName
{
background-color: #C05EF3;
}
</style>
border-color css
<style>
span { border-color: #C05EF3; }
span { border-color: rgb(192,94,243); }
td.TdClassName
{
border-color: #C05EF3;
}
.TagClassName
{
border-color: #C05EF3;
}
</style>