Shades of Medium Orchid #C63EF6
Tints of Medium Orchid #C63EF6
RGB
CMYK
RGB Variations
Color information
#C63EF6 (or 0xC63EF6) is known color: Medium Orchid. HEX triplet: C6, 3E and F6. RGB value is (198,62,246). Sum of RGB (Red+Green+Blue) = 198+62+246=506 (67% of max value = 765). Red value is 198 (77.73% from 255 or 39.13% from 506); Green value is 62 (24.61% from 255 or 12.25% from 506); Blue value is 246 (96.48% from 255 or 48.62% from 506); Max value from RGB is 246 - color contains mainly: blue. Hex color #C63EF6 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C63EF6 is #39C109. Grayscale: #7B7B7B. Windows color (decimal): -3784970 or 16137926. OLE color: 16137926.
HSL color Cylindrical-coordinate representation of color #C63EF6: hue angle of 284.35º degrees, saturation: 0.91, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C63EF6 is Cyan = 0.20, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 198 | 62 | 246 | - |
| CMYK | 0.20 | 0.75 | 0 | 0.04 |
| HSL | 284.35º | 0.91% | 0.6% | - |
| HSV(B) | 284.35º | 0.75% | 0.96% | - |
| XYZ | 41.65 | 22.1 | 89.26 | - |
| YUV | 123.64 | 197.06 | 181.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 62 | 246 | 0.20 | 0.75 | 0 | 0.04 | 284.35 | 0.91 | 0.6 |
| Hex | C6 | 3E | F6 | 14 | 4B | 0 | 4 | 11C | 5B | 3C |
| Octal | 306 | 76 | 366 | 24 | 113 | 0 | 4 | 434 | 133 | 74 |
| Binary | 11000110 | 111110 | 11110110 | 10100 | 1001011 | 0 | 100 | 100011100 | 1011011 | 111100 |
Color Harmonies of #C63EF6
Complementary color
Monochromatic Colors of #C63EF6
Black with #C63EF6
Text Example
Text Example
White with #C63EF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C63EF6; }
p { color: rgb(198,62,246); }
H1.HeaderClassName
{
color: #C63EF6;
}
.AnyTagClassName
{
color: #C63EF6;
}
</style>
background-color css
<style>
a { background-color: #C63EF6; }
a { background-color: rgb(198,62,246); }
div.DivClassName
{
background-color: #C63EF6;
}
.BgClassName
{
background-color: #C63EF6;
}
</style>
border-color css
<style>
span { border-color: #C63EF6; }
span { border-color: rgb(198,62,246); }
td.TdClassName
{
border-color: #C63EF6;
}
.TagClassName
{
border-color: #C63EF6;
}
</style>