Shades of Medium Orchid #C650F0
Tints of Medium Orchid #C650F0
RGB
CMYK
RGB Variations
Color information
#C650F0 (or 0xC650F0) is known color: Medium Orchid. HEX triplet: C6, 50 and F0. RGB value is (198,80,240). Sum of RGB (Red+Green+Blue) = 198+80+240=518 (68% of max value = 765). Red value is 198 (77.73% from 255 or 38.22% from 518); Green value is 80 (31.64% from 255 or 15.44% from 518); Blue value is 240 (94.14% from 255 or 46.33% from 518); Max value from RGB is 240 - color contains mainly: blue. Hex color #C650F0 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C650F0 is #39AF0F. Grayscale: #858585. Windows color (decimal): -3780368 or 15749318. OLE color: 15749318.
HSL color Cylindrical-coordinate representation of color #C650F0: hue angle of 284.25º degrees, saturation: 0.84, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C650F0 is Cyan = 0.18, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 198 | 80 | 240 | - |
| CMYK | 0.18 | 0.67 | 0 | 0.06 |
| HSL | 284.25º | 0.84% | 0.63% | - |
| HSV(B) | 284.25º | 0.67% | 0.94% | - |
| XYZ | 41.89 | 24.03 | 84.87 | - |
| YUV | 133.52 | 188.09 | 173.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 80 | 240 | 0.18 | 0.67 | 0 | 0.06 | 284.25 | 0.84 | 0.63 |
| Hex | C6 | 50 | F0 | 12 | 43 | 0 | 6 | 11C | 54 | 3F |
| Octal | 306 | 120 | 360 | 22 | 103 | 0 | 6 | 434 | 124 | 77 |
| Binary | 11000110 | 1010000 | 11110000 | 10010 | 1000011 | 0 | 110 | 100011100 | 1010100 | 111111 |
Color Harmonies of #C650F0
Complementary color
Monochromatic Colors of #C650F0
Black with #C650F0
Text Example
Text Example
White with #C650F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C650F0; }
p { color: rgb(198,80,240); }
H1.HeaderClassName
{
color: #C650F0;
}
.AnyTagClassName
{
color: #C650F0;
}
</style>
background-color css
<style>
a { background-color: #C650F0; }
a { background-color: rgb(198,80,240); }
div.DivClassName
{
background-color: #C650F0;
}
.BgClassName
{
background-color: #C650F0;
}
</style>
border-color css
<style>
span { border-color: #C650F0; }
span { border-color: rgb(198,80,240); }
td.TdClassName
{
border-color: #C650F0;
}
.TagClassName
{
border-color: #C650F0;
}
</style>