Shades of Medium Orchid #C650FA
Tints of Medium Orchid #C650FA
RGB
CMYK
RGB Variations
Color information
#C650FA (or 0xC650FA) is known color: Medium Orchid. HEX triplet: C6, 50 and FA. RGB value is (198,80,250). Sum of RGB (Red+Green+Blue) = 198+80+250=528 (69% of max value = 765). Red value is 198 (77.73% from 255 or 37.5% from 528); Green value is 80 (31.64% from 255 or 15.15% from 528); Blue value is 250 (98.05% from 255 or 47.35% from 528); Max value from RGB is 250 - color contains mainly: blue. Hex color #C650FA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C650FA is #39AF05. Grayscale: #868686. Windows color (decimal): -3780358 or 16404678. OLE color: 16404678.
HSL color Cylindrical-coordinate representation of color #C650FA: hue angle of 281.65º degrees, saturation: 0.94, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C650FA is Cyan = 0.21, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 198 | 80 | 250 | - |
| CMYK | 0.21 | 0.68 | 0 | 0.02 |
| HSL | 281.65º | 0.94% | 0.65% | - |
| HSV(B) | 281.65º | 0.68% | 0.98% | - |
| XYZ | 43.41 | 24.65 | 92.91 | - |
| YUV | 134.66 | 193.09 | 173.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 80 | 250 | 0.21 | 0.68 | 0 | 0.02 | 281.65 | 0.94 | 0.65 |
| Hex | C6 | 50 | FA | 15 | 44 | 0 | 2 | 11A | 5E | 41 |
| Octal | 306 | 120 | 372 | 25 | 104 | 0 | 2 | 432 | 136 | 101 |
| Binary | 11000110 | 1010000 | 11111010 | 10101 | 1000100 | 0 | 10 | 100011010 | 1011110 | 1000001 |
Color Harmonies of #C650FA
Complementary color
Monochromatic Colors of #C650FA
Black with #C650FA
Text Example
Text Example
White with #C650FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C650FA; }
p { color: rgb(198,80,250); }
H1.HeaderClassName
{
color: #C650FA;
}
.AnyTagClassName
{
color: #C650FA;
}
</style>
background-color css
<style>
a { background-color: #C650FA; }
a { background-color: rgb(198,80,250); }
div.DivClassName
{
background-color: #C650FA;
}
.BgClassName
{
background-color: #C650FA;
}
</style>
border-color css
<style>
span { border-color: #C650FA; }
span { border-color: rgb(198,80,250); }
td.TdClassName
{
border-color: #C650FA;
}
.TagClassName
{
border-color: #C650FA;
}
</style>