Shades of Medium Orchid #C653EF
Tints of Medium Orchid #C653EF
RGB
CMYK
RGB Variations
Color information
#C653EF (or 0xC653EF) is known color: Medium Orchid. HEX triplet: C6, 53 and EF. RGB value is (198,83,239). Sum of RGB (Red+Green+Blue) = 198+83+239=520 (68% of max value = 765). Red value is 198 (77.73% from 255 or 38.08% from 520); Green value is 83 (32.81% from 255 or 15.96% from 520); Blue value is 239 (93.75% from 255 or 45.96% from 520); Max value from RGB is 239 - color contains mainly: blue. Hex color #C653EF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C653EF is #39AC10. Grayscale: #868686. Windows color (decimal): -3779601 or 15684550. OLE color: 15684550.
HSL color Cylindrical-coordinate representation of color #C653EF: hue angle of 284.23º 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 #C653EF is Cyan = 0.17, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 198 | 83 | 239 | - |
| CMYK | 0.17 | 0.65 | 0 | 0.06 |
| HSL | 284.23º | 0.83% | 0.63% | - |
| HSV(B) | 284.23º | 0.65% | 0.94% | - |
| XYZ | 41.96 | 24.42 | 84.16 | - |
| YUV | 135.17 | 186.6 | 172.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 83 | 239 | 0.17 | 0.65 | 0 | 0.06 | 284.23 | 0.83 | 0.63 |
| Hex | C6 | 53 | EF | 11 | 41 | 0 | 6 | 11C | 53 | 3F |
| Octal | 306 | 123 | 357 | 21 | 101 | 0 | 6 | 434 | 123 | 77 |
| Binary | 11000110 | 1010011 | 11101111 | 10001 | 1000001 | 0 | 110 | 100011100 | 1010011 | 111111 |
Color Harmonies of #C653EF
Complementary color
Monochromatic Colors of #C653EF
Black with #C653EF
Text Example
Text Example
White with #C653EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C653EF; }
p { color: rgb(198,83,239); }
H1.HeaderClassName
{
color: #C653EF;
}
.AnyTagClassName
{
color: #C653EF;
}
</style>
background-color css
<style>
a { background-color: #C653EF; }
a { background-color: rgb(198,83,239); }
div.DivClassName
{
background-color: #C653EF;
}
.BgClassName
{
background-color: #C653EF;
}
</style>
border-color css
<style>
span { border-color: #C653EF; }
span { border-color: rgb(198,83,239); }
td.TdClassName
{
border-color: #C653EF;
}
.TagClassName
{
border-color: #C653EF;
}
</style>