Shades of Medium Orchid #C658CF
Tints of Medium Orchid #C658CF
RGB
CMYK
RGB Variations
Color information
#C658CF (or 0xC658CF) is known color: Medium Orchid. HEX triplet: C6, 58 and CF. RGB value is (198,88,207). Sum of RGB (Red+Green+Blue) = 198+88+207=493 (65% of max value = 765). Red value is 198 (77.73% from 255 or 40.16% from 493); Green value is 88 (34.77% from 255 or 17.85% from 493); Blue value is 207 (81.25% from 255 or 41.99% from 493); Max value from RGB is 207 - color contains mainly: blue. Hex color #C658CF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C658CF is #39A730. Grayscale: #868686. Windows color (decimal): -3778353 or 13588678. OLE color: 13588678.
HSL color Cylindrical-coordinate representation of color #C658CF: hue angle of 295.46º degrees, saturation: 0.55, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C658CF is Cyan = 0.04, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 198 | 88 | 207 | - |
| CMYK | 0.04 | 0.57 | 0 | 0.19 |
| HSL | 295.46º | 0.55% | 0.58% | - |
| HSV(B) | 295.46º | 0.57% | 0.81% | - |
| XYZ | 38.04 | 23.49 | 61.56 | - |
| YUV | 134.46 | 168.94 | 173.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 88 | 207 | 0.04 | 0.57 | 0 | 0.19 | 295.46 | 0.55 | 0.58 |
| Hex | C6 | 58 | CF | 4 | 39 | 0 | 13 | 127 | 37 | 3A |
| Octal | 306 | 130 | 317 | 4 | 71 | 0 | 23 | 447 | 67 | 72 |
| Binary | 11000110 | 1011000 | 11001111 | 100 | 111001 | 0 | 10011 | 100100111 | 110111 | 111010 |
Color Harmonies of #C658CF
Complementary color
Monochromatic Colors of #C658CF
Black with #C658CF
Text Example
Text Example
White with #C658CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C658CF; }
p { color: rgb(198,88,207); }
H1.HeaderClassName
{
color: #C658CF;
}
.AnyTagClassName
{
color: #C658CF;
}
</style>
background-color css
<style>
a { background-color: #C658CF; }
a { background-color: rgb(198,88,207); }
div.DivClassName
{
background-color: #C658CF;
}
.BgClassName
{
background-color: #C658CF;
}
</style>
border-color css
<style>
span { border-color: #C658CF; }
span { border-color: rgb(198,88,207); }
td.TdClassName
{
border-color: #C658CF;
}
.TagClassName
{
border-color: #C658CF;
}
</style>