Shades of Medium Orchid #C638F9
Tints of Medium Orchid #C638F9
RGB
CMYK
RGB Variations
Color information
#C638F9 (or 0xC638F9) is known color: Medium Orchid. HEX triplet: C6, 38 and F9. RGB value is (198,56,249). Sum of RGB (Red+Green+Blue) = 198+56+249=503 (66% of max value = 765). Red value is 198 (77.73% from 255 or 39.36% from 503); Green value is 56 (22.27% from 255 or 11.13% from 503); Blue value is 249 (97.66% from 255 or 49.50% from 503); Max value from RGB is 249 - color contains mainly: blue. Hex color #C638F9 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C638F9 is #39C706. Grayscale: #777777. Windows color (decimal): -3786503 or 16332998. OLE color: 16332998.
HSL color Cylindrical-coordinate representation of color #C638F9: hue angle of 284.15º degrees, saturation: 0.94, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C638F9 is Cyan = 0.20, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 198 | 56 | 249 | - |
| CMYK | 0.20 | 0.78 | 0 | 0.02 |
| HSL | 284.15º | 0.94% | 0.6% | - |
| HSV(B) | 284.15º | 0.78% | 0.98% | - |
| XYZ | 41.8 | 21.67 | 91.6 | - |
| YUV | 120.46 | 200.54 | 183.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 56 | 249 | 0.20 | 0.78 | 0 | 0.02 | 284.15 | 0.94 | 0.6 |
| Hex | C6 | 38 | F9 | 14 | 4E | 0 | 2 | 11C | 5E | 3C |
| Octal | 306 | 70 | 371 | 24 | 116 | 0 | 2 | 434 | 136 | 74 |
| Binary | 11000110 | 111000 | 11111001 | 10100 | 1001110 | 0 | 10 | 100011100 | 1011110 | 111100 |
Color Harmonies of #C638F9
Complementary color
Monochromatic Colors of #C638F9
Black with #C638F9
Text Example
Text Example
White with #C638F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C638F9; }
p { color: rgb(198,56,249); }
H1.HeaderClassName
{
color: #C638F9;
}
.AnyTagClassName
{
color: #C638F9;
}
</style>
background-color css
<style>
a { background-color: #C638F9; }
a { background-color: rgb(198,56,249); }
div.DivClassName
{
background-color: #C638F9;
}
.BgClassName
{
background-color: #C638F9;
}
</style>
border-color css
<style>
span { border-color: #C638F9; }
span { border-color: rgb(198,56,249); }
td.TdClassName
{
border-color: #C638F9;
}
.TagClassName
{
border-color: #C638F9;
}
</style>