Shades of Medium Orchid #C654EF
Tints of Medium Orchid #C654EF
RGB
CMYK
RGB Variations
Color information
#C654EF (or 0xC654EF) is known color: Medium Orchid. HEX triplet: C6, 54 and EF. RGB value is (198,84,239). Sum of RGB (Red+Green+Blue) = 198+84+239=521 (69% of max value = 765). Red value is 198 (77.73% from 255 or 38.00% from 521); Green value is 84 (33.20% from 255 or 16.12% from 521); Blue value is 239 (93.75% from 255 or 45.87% from 521); Max value from RGB is 239 - color contains mainly: blue. Hex color #C654EF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C654EF is #39AB10. Grayscale: #878787. Windows color (decimal): -3779345 or 15684806. OLE color: 15684806.
HSL color Cylindrical-coordinate representation of color #C654EF: hue angle of 284.13º degrees, saturation: 0.83, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C654EF is Cyan = 0.17, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 198 | 84 | 239 | - |
| CMYK | 0.17 | 0.65 | 0 | 0.06 |
| HSL | 284.13º | 0.83% | 0.63% | - |
| HSV(B) | 284.13º | 0.65% | 0.94% | - |
| XYZ | 42.04 | 24.58 | 84.19 | - |
| YUV | 135.76 | 186.27 | 172.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 84 | 239 | 0.17 | 0.65 | 0 | 0.06 | 284.13 | 0.83 | 0.63 |
| Hex | C6 | 54 | EF | 11 | 41 | 0 | 6 | 11C | 53 | 3F |
| Octal | 306 | 124 | 357 | 21 | 101 | 0 | 6 | 434 | 123 | 77 |
| Binary | 11000110 | 1010100 | 11101111 | 10001 | 1000001 | 0 | 110 | 100011100 | 1010011 | 111111 |
Color Harmonies of #C654EF
Complementary color
Monochromatic Colors of #C654EF
Black with #C654EF
Text Example
Text Example
White with #C654EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C654EF; }
p { color: rgb(198,84,239); }
H1.HeaderClassName
{
color: #C654EF;
}
.AnyTagClassName
{
color: #C654EF;
}
</style>
background-color css
<style>
a { background-color: #C654EF; }
a { background-color: rgb(198,84,239); }
div.DivClassName
{
background-color: #C654EF;
}
.BgClassName
{
background-color: #C654EF;
}
</style>
border-color css
<style>
span { border-color: #C654EF; }
span { border-color: rgb(198,84,239); }
td.TdClassName
{
border-color: #C654EF;
}
.TagClassName
{
border-color: #C654EF;
}
</style>