Shades of Medium Orchid #C62FED
Tints of Medium Orchid #C62FED
RGB
CMYK
RGB Variations
Color information
#C62FED (or 0xC62FED) is known color: Medium Orchid. HEX triplet: C6, 2F and ED. RGB value is (198,47,237). Sum of RGB (Red+Green+Blue) = 198+47+237=482 (63% of max value = 765). Red value is 198 (77.73% from 255 or 41.08% from 482); Green value is 47 (18.75% from 255 or 9.75% from 482); Blue value is 237 (92.97% from 255 or 49.17% from 482); Max value from RGB is 237 - color contains mainly: blue. Hex color #C62FED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C62FED is #39D012. Grayscale: #717171. Windows color (decimal): -3788819 or 15544262. OLE color: 15544262.
HSL color Cylindrical-coordinate representation of color #C62FED: hue angle of 287.68º degrees, saturation: 0.84, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C62FED is Cyan = 0.16, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 198 | 47 | 237 | - |
| CMYK | 0.16 | 0.80 | 0 | 0.07 |
| HSL | 287.68º | 0.84% | 0.56% | - |
| HSV(B) | 287.68º | 0.8% | 0.93% | - |
| XYZ | 39.59 | 20.15 | 81.92 | - |
| YUV | 113.81 | 197.53 | 188.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 47 | 237 | 0.16 | 0.80 | 0 | 0.07 | 287.68 | 0.84 | 0.56 |
| Hex | C6 | 2F | ED | 10 | 50 | 0 | 7 | 120 | 54 | 38 |
| Octal | 306 | 57 | 355 | 20 | 120 | 0 | 7 | 440 | 124 | 70 |
| Binary | 11000110 | 101111 | 11101101 | 10000 | 1010000 | 0 | 111 | 100100000 | 1010100 | 111000 |
Color Harmonies of #C62FED
Complementary color
Monochromatic Colors of #C62FED
Black with #C62FED
Text Example
Text Example
White with #C62FED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C62FED; }
p { color: rgb(198,47,237); }
H1.HeaderClassName
{
color: #C62FED;
}
.AnyTagClassName
{
color: #C62FED;
}
</style>
background-color css
<style>
a { background-color: #C62FED; }
a { background-color: rgb(198,47,237); }
div.DivClassName
{
background-color: #C62FED;
}
.BgClassName
{
background-color: #C62FED;
}
</style>
border-color css
<style>
span { border-color: #C62FED; }
span { border-color: rgb(198,47,237); }
td.TdClassName
{
border-color: #C62FED;
}
.TagClassName
{
border-color: #C62FED;
}
</style>