Shades of Medium Orchid #C65FED
Tints of Medium Orchid #C65FED
RGB
CMYK
RGB Variations
Color information
#C65FED (or 0xC65FED) is known color: Medium Orchid. HEX triplet: C6, 5F and ED. RGB value is (198,95,237). Sum of RGB (Red+Green+Blue) = 198+95+237=530 (70% of max value = 765). Red value is 198 (77.73% from 255 or 37.36% from 530); Green value is 95 (37.5% from 255 or 17.92% from 530); Blue value is 237 (92.97% from 255 or 44.72% from 530); Max value from RGB is 237 - color contains mainly: blue. Hex color #C65FED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C65FED is #39A012. Grayscale: #8D8D8D. Windows color (decimal): -3776531 or 15556550. OLE color: 15556550.
HSL color Cylindrical-coordinate representation of color #C65FED: hue angle of 283.52º degrees, saturation: 0.8, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C65FED is Cyan = 0.16, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 198 | 95 | 237 | - |
| CMYK | 0.16 | 0.60 | 0 | 0.07 |
| HSL | 283.52º | 0.8% | 0.65% | - |
| HSV(B) | 283.52º | 0.6% | 0.93% | - |
| XYZ | 42.67 | 26.3 | 82.95 | - |
| YUV | 141.99 | 181.62 | 167.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 95 | 237 | 0.16 | 0.60 | 0 | 0.07 | 283.52 | 0.8 | 0.65 |
| Hex | C6 | 5F | ED | 10 | 3C | 0 | 7 | 11C | 50 | 41 |
| Octal | 306 | 137 | 355 | 20 | 74 | 0 | 7 | 434 | 120 | 101 |
| Binary | 11000110 | 1011111 | 11101101 | 10000 | 111100 | 0 | 111 | 100011100 | 1010000 | 1000001 |
Color Harmonies of #C65FED
Complementary color
Monochromatic Colors of #C65FED
Black with #C65FED
Text Example
Text Example
White with #C65FED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C65FED; }
p { color: rgb(198,95,237); }
H1.HeaderClassName
{
color: #C65FED;
}
.AnyTagClassName
{
color: #C65FED;
}
</style>
background-color css
<style>
a { background-color: #C65FED; }
a { background-color: rgb(198,95,237); }
div.DivClassName
{
background-color: #C65FED;
}
.BgClassName
{
background-color: #C65FED;
}
</style>
border-color css
<style>
span { border-color: #C65FED; }
span { border-color: rgb(198,95,237); }
td.TdClassName
{
border-color: #C65FED;
}
.TagClassName
{
border-color: #C65FED;
}
</style>