Shades of Medium Orchid #C653EE
Tints of Medium Orchid #C653EE
RGB
CMYK
RGB Variations
Color information
#C653EE (or 0xC653EE) is known color: Medium Orchid. HEX triplet: C6, 53 and EE. RGB value is (198,83,238). Sum of RGB (Red+Green+Blue) = 198+83+238=519 (68% of max value = 765). Red value is 198 (77.73% from 255 or 38.15% from 519); Green value is 83 (32.81% from 255 or 15.99% from 519); Blue value is 238 (93.36% from 255 or 45.86% from 519); Max value from RGB is 238 - color contains mainly: blue. Hex color #C653EE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C653EE is #39AC11. Grayscale: #868686. Windows color (decimal): -3779602 or 15619014. OLE color: 15619014.
HSL color Cylindrical-coordinate representation of color #C653EE: hue angle of 284.52º degrees, saturation: 0.82, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C653EE is Cyan = 0.17, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 198 | 83 | 238 | - |
| CMYK | 0.17 | 0.65 | 0 | 0.07 |
| HSL | 284.52º | 0.82% | 0.63% | - |
| HSV(B) | 284.52º | 0.65% | 0.93% | - |
| XYZ | 41.81 | 24.37 | 83.39 | - |
| YUV | 135.06 | 186.1 | 172.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 83 | 238 | 0.17 | 0.65 | 0 | 0.07 | 284.52 | 0.82 | 0.63 |
| Hex | C6 | 53 | EE | 11 | 41 | 0 | 7 | 11D | 52 | 3F |
| Octal | 306 | 123 | 356 | 21 | 101 | 0 | 7 | 435 | 122 | 77 |
| Binary | 11000110 | 1010011 | 11101110 | 10001 | 1000001 | 0 | 111 | 100011101 | 1010010 | 111111 |
Color Harmonies of #C653EE
Complementary color
Monochromatic Colors of #C653EE
Black with #C653EE
Text Example
Text Example
White with #C653EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C653EE; }
p { color: rgb(198,83,238); }
H1.HeaderClassName
{
color: #C653EE;
}
.AnyTagClassName
{
color: #C653EE;
}
</style>
background-color css
<style>
a { background-color: #C653EE; }
a { background-color: rgb(198,83,238); }
div.DivClassName
{
background-color: #C653EE;
}
.BgClassName
{
background-color: #C653EE;
}
</style>
border-color css
<style>
span { border-color: #C653EE; }
span { border-color: rgb(198,83,238); }
td.TdClassName
{
border-color: #C653EE;
}
.TagClassName
{
border-color: #C653EE;
}
</style>