Shades of Medium Orchid #C637F2
Tints of Medium Orchid #C637F2
RGB
CMYK
RGB Variations
Color information
#C637F2 (or 0xC637F2) is known color: Medium Orchid. HEX triplet: C6, 37 and F2. RGB value is (198,55,242). Sum of RGB (Red+Green+Blue) = 198+55+242=495 (65% of max value = 765). Red value is 198 (77.73% from 255 or 40% from 495); Green value is 55 (21.88% from 255 or 11.11% from 495); Blue value is 242 (94.92% from 255 or 48.89% from 495); Max value from RGB is 242 - color contains mainly: blue. Hex color #C637F2 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C637F2 is #39C80D. Grayscale: #767676. Windows color (decimal): -3786766 or 15873990. OLE color: 15873990.
HSL color Cylindrical-coordinate representation of color #C637F2: hue angle of 285.88º degrees, saturation: 0.88, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C637F2 is Cyan = 0.18, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 198 | 55 | 242 | - |
| CMYK | 0.18 | 0.77 | 0 | 0.05 |
| HSL | 285.88º | 0.88% | 0.58% | - |
| HSV(B) | 285.88º | 0.77% | 0.95% | - |
| XYZ | 40.68 | 21.15 | 85.94 | - |
| YUV | 119.08 | 197.38 | 184.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 55 | 242 | 0.18 | 0.77 | 0 | 0.05 | 285.88 | 0.88 | 0.58 |
| Hex | C6 | 37 | F2 | 12 | 4D | 0 | 5 | 11E | 58 | 3A |
| Octal | 306 | 67 | 362 | 22 | 115 | 0 | 5 | 436 | 130 | 72 |
| Binary | 11000110 | 110111 | 11110010 | 10010 | 1001101 | 0 | 101 | 100011110 | 1011000 | 111010 |
Color Harmonies of #C637F2
Complementary color
Monochromatic Colors of #C637F2
Black with #C637F2
Text Example
Text Example
White with #C637F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C637F2; }
p { color: rgb(198,55,242); }
H1.HeaderClassName
{
color: #C637F2;
}
.AnyTagClassName
{
color: #C637F2;
}
</style>
background-color css
<style>
a { background-color: #C637F2; }
a { background-color: rgb(198,55,242); }
div.DivClassName
{
background-color: #C637F2;
}
.BgClassName
{
background-color: #C637F2;
}
</style>
border-color css
<style>
span { border-color: #C637F2; }
span { border-color: rgb(198,55,242); }
td.TdClassName
{
border-color: #C637F2;
}
.TagClassName
{
border-color: #C637F2;
}
</style>