Shades of Medium Orchid #C655EE
Tints of Medium Orchid #C655EE
RGB
CMYK
RGB Variations
Color information
#C655EE (or 0xC655EE) is known color: Medium Orchid. HEX triplet: C6, 55 and EE. RGB value is (198,85,238). Sum of RGB (Red+Green+Blue) = 198+85+238=521 (69% of max value = 765). Red value is 198 (77.73% from 255 or 38.00% from 521); Green value is 85 (33.59% from 255 or 16.31% from 521); Blue value is 238 (93.36% from 255 or 45.68% from 521); Max value from RGB is 238 - color contains mainly: blue. Hex color #C655EE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C655EE is #39AA11. Grayscale: #878787. Windows color (decimal): -3779090 or 15619526. OLE color: 15619526.
HSL color Cylindrical-coordinate representation of color #C655EE: hue angle of 284.31º degrees, saturation: 0.82, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C655EE is Cyan = 0.17, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 198 | 85 | 238 | - |
| CMYK | 0.17 | 0.64 | 0 | 0.07 |
| HSL | 284.31º | 0.82% | 0.63% | - |
| HSV(B) | 284.31º | 0.64% | 0.93% | - |
| XYZ | 41.97 | 24.68 | 83.44 | - |
| YUV | 136.23 | 185.44 | 172.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 85 | 238 | 0.17 | 0.64 | 0 | 0.07 | 284.31 | 0.82 | 0.63 |
| Hex | C6 | 55 | EE | 11 | 40 | 0 | 7 | 11C | 52 | 3F |
| Octal | 306 | 125 | 356 | 21 | 100 | 0 | 7 | 434 | 122 | 77 |
| Binary | 11000110 | 1010101 | 11101110 | 10001 | 1000000 | 0 | 111 | 100011100 | 1010010 | 111111 |
Color Harmonies of #C655EE
Complementary color
Monochromatic Colors of #C655EE
Black with #C655EE
Text Example
Text Example
White with #C655EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C655EE; }
p { color: rgb(198,85,238); }
H1.HeaderClassName
{
color: #C655EE;
}
.AnyTagClassName
{
color: #C655EE;
}
</style>
background-color css
<style>
a { background-color: #C655EE; }
a { background-color: rgb(198,85,238); }
div.DivClassName
{
background-color: #C655EE;
}
.BgClassName
{
background-color: #C655EE;
}
</style>
border-color css
<style>
span { border-color: #C655EE; }
span { border-color: rgb(198,85,238); }
td.TdClassName
{
border-color: #C655EE;
}
.TagClassName
{
border-color: #C655EE;
}
</style>