Shades of Medium Orchid #C655F6
Tints of Medium Orchid #C655F6
RGB
CMYK
RGB Variations
Color information
#C655F6 (or 0xC655F6) is known color: Medium Orchid. HEX triplet: C6, 55 and F6. RGB value is (198,85,246). Sum of RGB (Red+Green+Blue) = 198+85+246=529 (70% of max value = 765). Red value is 198 (77.73% from 255 or 37.43% from 529); Green value is 85 (33.59% from 255 or 16.07% from 529); Blue value is 246 (96.48% from 255 or 46.50% from 529); Max value from RGB is 246 - color contains mainly: blue. Hex color #C655F6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C655F6 is #39AA09. Grayscale: #888888. Windows color (decimal): -3779082 or 16143814. OLE color: 16143814.
HSL color Cylindrical-coordinate representation of color #C655F6: hue angle of 282.11º degrees, saturation: 0.9, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C655F6 is Cyan = 0.20, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 198 | 85 | 246 | - |
| CMYK | 0.20 | 0.65 | 0 | 0.04 |
| HSL | 282.11º | 0.9% | 0.65% | - |
| HSV(B) | 282.11º | 0.65% | 0.96% | - |
| XYZ | 43.17 | 25.16 | 89.77 | - |
| YUV | 137.14 | 189.44 | 171.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 85 | 246 | 0.20 | 0.65 | 0 | 0.04 | 282.11 | 0.9 | 0.65 |
| Hex | C6 | 55 | F6 | 14 | 41 | 0 | 4 | 11A | 5A | 41 |
| Octal | 306 | 125 | 366 | 24 | 101 | 0 | 4 | 432 | 132 | 101 |
| Binary | 11000110 | 1010101 | 11110110 | 10100 | 1000001 | 0 | 100 | 100011010 | 1011010 | 1000001 |
Color Harmonies of #C655F6
Complementary color
Monochromatic Colors of #C655F6
Black with #C655F6
Text Example
Text Example
White with #C655F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C655F6; }
p { color: rgb(198,85,246); }
H1.HeaderClassName
{
color: #C655F6;
}
.AnyTagClassName
{
color: #C655F6;
}
</style>
background-color css
<style>
a { background-color: #C655F6; }
a { background-color: rgb(198,85,246); }
div.DivClassName
{
background-color: #C655F6;
}
.BgClassName
{
background-color: #C655F6;
}
</style>
border-color css
<style>
span { border-color: #C655F6; }
span { border-color: rgb(198,85,246); }
td.TdClassName
{
border-color: #C655F6;
}
.TagClassName
{
border-color: #C655F6;
}
</style>