Shades of Medium Orchid #C656E6
Tints of Medium Orchid #C656E6
RGB
CMYK
RGB Variations
Color information
#C656E6 (or 0xC656E6) is known color: Medium Orchid. HEX triplet: C6, 56 and E6. RGB value is (198,86,230). Sum of RGB (Red+Green+Blue) = 198+86+230=514 (68% of max value = 765). Red value is 198 (77.73% from 255 or 38.52% from 514); Green value is 86 (33.98% from 255 or 16.73% from 514); Blue value is 230 (90.23% from 255 or 44.75% from 514); Max value from RGB is 230 - color contains mainly: blue. Hex color #C656E6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C656E6 is #39A919. Grayscale: #878787. Windows color (decimal): -3778842 or 15095494. OLE color: 15095494.
HSL color Cylindrical-coordinate representation of color #C656E6: hue angle of 286.67º degrees, saturation: 0.74, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C656E6 is Cyan = 0.14, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 198 | 86 | 230 | - |
| CMYK | 0.14 | 0.63 | 0 | 0.10 |
| HSL | 286.67º | 0.74% | 0.62% | - |
| HSV(B) | 286.67º | 0.63% | 0.9% | - |
| XYZ | 40.9 | 24.37 | 77.41 | - |
| YUV | 135.9 | 181.11 | 172.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 86 | 230 | 0.14 | 0.63 | 0 | 0.10 | 286.67 | 0.74 | 0.62 |
| Hex | C6 | 56 | E6 | E | 3F | 0 | A | 11F | 4A | 3E |
| Octal | 306 | 126 | 346 | 16 | 77 | 0 | 12 | 437 | 112 | 76 |
| Binary | 11000110 | 1010110 | 11100110 | 1110 | 111111 | 0 | 1010 | 100011111 | 1001010 | 111110 |
Color Harmonies of #C656E6
Complementary color
Monochromatic Colors of #C656E6
Black with #C656E6
Text Example
Text Example
White with #C656E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C656E6; }
p { color: rgb(198,86,230); }
H1.HeaderClassName
{
color: #C656E6;
}
.AnyTagClassName
{
color: #C656E6;
}
</style>
background-color css
<style>
a { background-color: #C656E6; }
a { background-color: rgb(198,86,230); }
div.DivClassName
{
background-color: #C656E6;
}
.BgClassName
{
background-color: #C656E6;
}
</style>
border-color css
<style>
span { border-color: #C656E6; }
span { border-color: rgb(198,86,230); }
td.TdClassName
{
border-color: #C656E6;
}
.TagClassName
{
border-color: #C656E6;
}
</style>