Shades of Medium Orchid #C63EF9
Tints of Medium Orchid #C63EF9
RGB
CMYK
RGB Variations
Color information
#C63EF9 (or 0xC63EF9) is known color: Medium Orchid. HEX triplet: C6, 3E and F9. RGB value is (198,62,249). Sum of RGB (Red+Green+Blue) = 198+62+249=509 (67% of max value = 765). Red value is 198 (77.73% from 255 or 38.90% from 509); Green value is 62 (24.61% from 255 or 12.18% from 509); Blue value is 249 (97.66% from 255 or 48.92% from 509); Max value from RGB is 249 - color contains mainly: blue. Hex color #C63EF9 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C63EF9 is #39C106. Grayscale: #7B7B7B. Windows color (decimal): -3784967 or 16334534. OLE color: 16334534.
HSL color Cylindrical-coordinate representation of color #C63EF9: hue angle of 283.64º degrees, saturation: 0.94, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C63EF9 is Cyan = 0.20, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 198 | 62 | 249 | - |
| CMYK | 0.20 | 0.75 | 0 | 0.02 |
| HSL | 283.64º | 0.94% | 0.61% | - |
| HSV(B) | 283.64º | 0.75% | 0.98% | - |
| XYZ | 42.11 | 22.29 | 91.71 | - |
| YUV | 123.98 | 198.56 | 180.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 62 | 249 | 0.20 | 0.75 | 0 | 0.02 | 283.64 | 0.94 | 0.61 |
| Hex | C6 | 3E | F9 | 14 | 4B | 0 | 2 | 11C | 5E | 3D |
| Octal | 306 | 76 | 371 | 24 | 113 | 0 | 2 | 434 | 136 | 75 |
| Binary | 11000110 | 111110 | 11111001 | 10100 | 1001011 | 0 | 10 | 100011100 | 1011110 | 111101 |
Color Harmonies of #C63EF9
Complementary color
Monochromatic Colors of #C63EF9
Black with #C63EF9
Text Example
Text Example
White with #C63EF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C63EF9; }
p { color: rgb(198,62,249); }
H1.HeaderClassName
{
color: #C63EF9;
}
.AnyTagClassName
{
color: #C63EF9;
}
</style>
background-color css
<style>
a { background-color: #C63EF9; }
a { background-color: rgb(198,62,249); }
div.DivClassName
{
background-color: #C63EF9;
}
.BgClassName
{
background-color: #C63EF9;
}
</style>
border-color css
<style>
span { border-color: #C63EF9; }
span { border-color: rgb(198,62,249); }
td.TdClassName
{
border-color: #C63EF9;
}
.TagClassName
{
border-color: #C63EF9;
}
</style>