Shades of Medium Orchid #C63EFC
Tints of Medium Orchid #C63EFC
RGB
CMYK
RGB Variations
Color information
#C63EFC (or 0xC63EFC) is known color: Medium Orchid. HEX triplet: C6, 3E and FC. RGB value is (198,62,252). Sum of RGB (Red+Green+Blue) = 198+62+252=512 (67% of max value = 765). Red value is 198 (77.73% from 255 or 38.67% from 512); Green value is 62 (24.61% from 255 or 12.11% from 512); Blue value is 252 (98.83% from 255 or 49.22% from 512); Max value from RGB is 252 - color contains mainly: blue. Hex color #C63EFC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C63EFC is #39C103. Grayscale: #7B7B7B. Windows color (decimal): -3784964 or 16531142. OLE color: 16531142.
HSL color Cylindrical-coordinate representation of color #C63EFC: hue angle of 282.95º degrees, saturation: 0.97, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C63EFC is Cyan = 0.21, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 198 | 62 | 252 | - |
| CMYK | 0.21 | 0.75 | 0 | 0.01 |
| HSL | 282.95º | 0.97% | 0.62% | - |
| HSV(B) | 282.95º | 0.75% | 0.99% | - |
| XYZ | 42.58 | 22.48 | 94.19 | - |
| YUV | 124.32 | 200.06 | 180.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 62 | 252 | 0.21 | 0.75 | 0 | 0.01 | 282.95 | 0.97 | 0.62 |
| Hex | C6 | 3E | FC | 15 | 4B | 0 | 1 | 11B | 61 | 3E |
| Octal | 306 | 76 | 374 | 25 | 113 | 0 | 1 | 433 | 141 | 76 |
| Binary | 11000110 | 111110 | 11111100 | 10101 | 1001011 | 0 | 1 | 100011011 | 1100001 | 111110 |
Color Harmonies of #C63EFC
Complementary color
Monochromatic Colors of #C63EFC
Black with #C63EFC
Text Example
Text Example
White with #C63EFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C63EFC; }
p { color: rgb(198,62,252); }
H1.HeaderClassName
{
color: #C63EFC;
}
.AnyTagClassName
{
color: #C63EFC;
}
</style>
background-color css
<style>
a { background-color: #C63EFC; }
a { background-color: rgb(198,62,252); }
div.DivClassName
{
background-color: #C63EFC;
}
.BgClassName
{
background-color: #C63EFC;
}
</style>
border-color css
<style>
span { border-color: #C63EFC; }
span { border-color: rgb(198,62,252); }
td.TdClassName
{
border-color: #C63EFC;
}
.TagClassName
{
border-color: #C63EFC;
}
</style>