Shades of Medium Orchid #C631F1
Tints of Medium Orchid #C631F1
RGB
CMYK
RGB Variations
Color information
#C631F1 (or 0xC631F1) is known color: Medium Orchid. HEX triplet: C6, 31 and F1. RGB value is (198,49,241). Sum of RGB (Red+Green+Blue) = 198+49+241=488 (64% of max value = 765). Red value is 198 (77.73% from 255 or 40.57% from 488); Green value is 49 (19.53% from 255 or 10.04% from 488); Blue value is 241 (94.53% from 255 or 49.39% from 488); Max value from RGB is 241 - color contains mainly: blue. Hex color #C631F1 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C631F1 is #39CE0E. Grayscale: #727272. Windows color (decimal): -3788303 or 15806918. OLE color: 15806918.
HSL color Cylindrical-coordinate representation of color #C631F1: hue angle of 286.56º degrees, saturation: 0.87, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C631F1 is Cyan = 0.18, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 198 | 49 | 241 | - |
| CMYK | 0.18 | 0.80 | 0 | 0.05 |
| HSL | 286.56º | 0.87% | 0.57% | - |
| HSV(B) | 286.56º | 0.8% | 0.95% | - |
| XYZ | 40.26 | 20.55 | 85.06 | - |
| YUV | 115.44 | 198.86 | 186.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 49 | 241 | 0.18 | 0.80 | 0 | 0.05 | 286.56 | 0.87 | 0.57 |
| Hex | C6 | 31 | F1 | 12 | 50 | 0 | 5 | 11F | 57 | 39 |
| Octal | 306 | 61 | 361 | 22 | 120 | 0 | 5 | 437 | 127 | 71 |
| Binary | 11000110 | 110001 | 11110001 | 10010 | 1010000 | 0 | 101 | 100011111 | 1010111 | 111001 |
Color Harmonies of #C631F1
Complementary color
Monochromatic Colors of #C631F1
Black with #C631F1
Text Example
Text Example
White with #C631F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C631F1; }
p { color: rgb(198,49,241); }
H1.HeaderClassName
{
color: #C631F1;
}
.AnyTagClassName
{
color: #C631F1;
}
</style>
background-color css
<style>
a { background-color: #C631F1; }
a { background-color: rgb(198,49,241); }
div.DivClassName
{
background-color: #C631F1;
}
.BgClassName
{
background-color: #C631F1;
}
</style>
border-color css
<style>
span { border-color: #C631F1; }
span { border-color: rgb(198,49,241); }
td.TdClassName
{
border-color: #C631F1;
}
.TagClassName
{
border-color: #C631F1;
}
</style>