Shades of Medium Orchid #C658EE
Tints of Medium Orchid #C658EE
RGB
CMYK
RGB Variations
Color information
#C658EE (or 0xC658EE) is known color: Medium Orchid. HEX triplet: C6, 58 and EE. RGB value is (198,88,238). Sum of RGB (Red+Green+Blue) = 198+88+238=524 (69% of max value = 765). Red value is 198 (77.73% from 255 or 37.79% from 524); Green value is 88 (34.77% from 255 or 16.79% from 524); Blue value is 238 (93.36% from 255 or 45.42% from 524); Max value from RGB is 238 - color contains mainly: blue. Hex color #C658EE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C658EE is #39A711. Grayscale: #898989. Windows color (decimal): -3778322 or 15620294. OLE color: 15620294.
HSL color Cylindrical-coordinate representation of color #C658EE: hue angle of 284º degrees, saturation: 0.82, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C658EE is Cyan = 0.17, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 198 | 88 | 238 | - |
| CMYK | 0.17 | 0.63 | 0 | 0.07 |
| HSL | 284º | 0.82% | 0.64% | - |
| HSV(B) | 284º | 0.63% | 0.93% | - |
| XYZ | 42.21 | 25.16 | 83.52 | - |
| YUV | 137.99 | 184.44 | 170.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 88 | 238 | 0.17 | 0.63 | 0 | 0.07 | 284 | 0.82 | 0.64 |
| Hex | C6 | 58 | EE | 11 | 3F | 0 | 7 | 11C | 52 | 40 |
| Octal | 306 | 130 | 356 | 21 | 77 | 0 | 7 | 434 | 122 | 100 |
| Binary | 11000110 | 1011000 | 11101110 | 10001 | 111111 | 0 | 111 | 100011100 | 1010010 | 1000000 |
Color Harmonies of #C658EE
Complementary color
Monochromatic Colors of #C658EE
Black with #C658EE
Text Example
Text Example
White with #C658EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C658EE; }
p { color: rgb(198,88,238); }
H1.HeaderClassName
{
color: #C658EE;
}
.AnyTagClassName
{
color: #C658EE;
}
</style>
background-color css
<style>
a { background-color: #C658EE; }
a { background-color: rgb(198,88,238); }
div.DivClassName
{
background-color: #C658EE;
}
.BgClassName
{
background-color: #C658EE;
}
</style>
border-color css
<style>
span { border-color: #C658EE; }
span { border-color: rgb(198,88,238); }
td.TdClassName
{
border-color: #C658EE;
}
.TagClassName
{
border-color: #C658EE;
}
</style>