Shades of Medium Orchid #C650EA
Tints of Medium Orchid #C650EA
RGB
CMYK
RGB Variations
Color information
#C650EA (or 0xC650EA) is known color: Medium Orchid. HEX triplet: C6, 50 and EA. RGB value is (198,80,234). Sum of RGB (Red+Green+Blue) = 198+80+234=512 (67% of max value = 765). Red value is 198 (77.73% from 255 or 38.67% from 512); Green value is 80 (31.64% from 255 or 15.62% from 512); Blue value is 234 (91.80% from 255 or 45.70% from 512); Max value from RGB is 234 - color contains mainly: blue. Hex color #C650EA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C650EA is #39AF15. Grayscale: #848484. Windows color (decimal): -3780374 or 15356102. OLE color: 15356102.
HSL color Cylindrical-coordinate representation of color #C650EA: hue angle of 285.97º degrees, saturation: 0.79, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C650EA is Cyan = 0.15, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 198 | 80 | 234 | - |
| CMYK | 0.15 | 0.66 | 0 | 0.08 |
| HSL | 285.97º | 0.79% | 0.62% | - |
| HSV(B) | 285.97º | 0.66% | 0.92% | - |
| XYZ | 41.01 | 23.68 | 80.25 | - |
| YUV | 132.84 | 185.09 | 174.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 80 | 234 | 0.15 | 0.66 | 0 | 0.08 | 285.97 | 0.79 | 0.62 |
| Hex | C6 | 50 | EA | F | 42 | 0 | 8 | 11E | 4F | 3E |
| Octal | 306 | 120 | 352 | 17 | 102 | 0 | 10 | 436 | 117 | 76 |
| Binary | 11000110 | 1010000 | 11101010 | 1111 | 1000010 | 0 | 1000 | 100011110 | 1001111 | 111110 |
Color Harmonies of #C650EA
Complementary color
Monochromatic Colors of #C650EA
Black with #C650EA
Text Example
Text Example
White with #C650EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C650EA; }
p { color: rgb(198,80,234); }
H1.HeaderClassName
{
color: #C650EA;
}
.AnyTagClassName
{
color: #C650EA;
}
</style>
background-color css
<style>
a { background-color: #C650EA; }
a { background-color: rgb(198,80,234); }
div.DivClassName
{
background-color: #C650EA;
}
.BgClassName
{
background-color: #C650EA;
}
</style>
border-color css
<style>
span { border-color: #C650EA; }
span { border-color: rgb(198,80,234); }
td.TdClassName
{
border-color: #C650EA;
}
.TagClassName
{
border-color: #C650EA;
}
</style>