Shades of Medium Orchid #C658E6
Tints of Medium Orchid #C658E6
RGB
CMYK
RGB Variations
Color information
#C658E6 (or 0xC658E6) is known color: Medium Orchid. HEX triplet: C6, 58 and E6. RGB value is (198,88,230). Sum of RGB (Red+Green+Blue) = 198+88+230=516 (68% of max value = 765). Red value is 198 (77.73% from 255 or 38.37% from 516); Green value is 88 (34.77% from 255 or 17.05% from 516); Blue value is 230 (90.23% from 255 or 44.57% from 516); Max value from RGB is 230 - color contains mainly: blue. Hex color #C658E6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C658E6 is #39A719. Grayscale: #888888. Windows color (decimal): -3778330 or 15096006. OLE color: 15096006.
HSL color Cylindrical-coordinate representation of color #C658E6: hue angle of 286.48º degrees, saturation: 0.74, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C658E6 is Cyan = 0.14, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 198 | 88 | 230 | - |
| CMYK | 0.14 | 0.62 | 0 | 0.10 |
| HSL | 286.48º | 0.74% | 0.62% | - |
| HSV(B) | 286.48º | 0.62% | 0.9% | - |
| XYZ | 41.06 | 24.7 | 77.47 | - |
| YUV | 137.08 | 180.44 | 171.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 88 | 230 | 0.14 | 0.62 | 0 | 0.10 | 286.48 | 0.74 | 0.62 |
| Hex | C6 | 58 | E6 | E | 3E | 0 | A | 11E | 4A | 3E |
| Octal | 306 | 130 | 346 | 16 | 76 | 0 | 12 | 436 | 112 | 76 |
| Binary | 11000110 | 1011000 | 11100110 | 1110 | 111110 | 0 | 1010 | 100011110 | 1001010 | 111110 |
Color Harmonies of #C658E6
Complementary color
Monochromatic Colors of #C658E6
Black with #C658E6
Text Example
Text Example
White with #C658E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C658E6; }
p { color: rgb(198,88,230); }
H1.HeaderClassName
{
color: #C658E6;
}
.AnyTagClassName
{
color: #C658E6;
}
</style>
background-color css
<style>
a { background-color: #C658E6; }
a { background-color: rgb(198,88,230); }
div.DivClassName
{
background-color: #C658E6;
}
.BgClassName
{
background-color: #C658E6;
}
</style>
border-color css
<style>
span { border-color: #C658E6; }
span { border-color: rgb(198,88,230); }
td.TdClassName
{
border-color: #C658E6;
}
.TagClassName
{
border-color: #C658E6;
}
</style>