Shades of Medium Orchid #C63EFE
Tints of Medium Orchid #C63EFE
RGB
CMYK
RGB Variations
Color information
#C63EFE (or 0xC63EFE) is known color: Medium Orchid. HEX triplet: C6, 3E and FE. RGB value is (198,62,254). Sum of RGB (Red+Green+Blue) = 198+62+254=514 (68% of max value = 765). Red value is 198 (77.73% from 255 or 38.52% from 514); Green value is 62 (24.61% from 255 or 12.06% from 514); Blue value is 254 (99.61% from 255 or 49.42% from 514); Max value from RGB is 254 - color contains mainly: blue. Hex color #C63EFE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C63EFE is #39C101. Grayscale: #7B7B7B. Windows color (decimal): -3784962 or 16662214. OLE color: 16662214.
HSL color Cylindrical-coordinate representation of color #C63EFE: hue angle of 282.5º degrees, saturation: 0.99, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #C63EFE is Cyan = 0.22, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 198 | 62 | 254 | - |
| CMYK | 0.22 | 0.76 | 0 | 0.00 |
| HSL | 282.5º | 0.99% | 0.62% | - |
| HSV(B) | 282.5º | 0.76% | 1% | - |
| XYZ | 42.9 | 22.61 | 95.87 | - |
| YUV | 124.55 | 201.06 | 180.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 62 | 254 | 0.22 | 0.76 | 0 | 0.00 | 282.5 | 0.99 | 0.62 |
| Hex | C6 | 3E | FE | 16 | 4C | 0 | 0 | 11A | 63 | 3E |
| Octal | 306 | 76 | 376 | 26 | 114 | 0 | 0 | 432 | 143 | 76 |
| Binary | 11000110 | 111110 | 11111110 | 10110 | 1001100 | 0 | 0 | 100011010 | 1100011 | 111110 |
Color Harmonies of #C63EFE
Complementary color
Monochromatic Colors of #C63EFE
Black with #C63EFE
Text Example
Text Example
White with #C63EFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C63EFE; }
p { color: rgb(198,62,254); }
H1.HeaderClassName
{
color: #C63EFE;
}
.AnyTagClassName
{
color: #C63EFE;
}
</style>
background-color css
<style>
a { background-color: #C63EFE; }
a { background-color: rgb(198,62,254); }
div.DivClassName
{
background-color: #C63EFE;
}
.BgClassName
{
background-color: #C63EFE;
}
</style>
border-color css
<style>
span { border-color: #C63EFE; }
span { border-color: rgb(198,62,254); }
td.TdClassName
{
border-color: #C63EFE;
}
.TagClassName
{
border-color: #C63EFE;
}
</style>