Shades of Medium Orchid #C65ED0
Tints of Medium Orchid #C65ED0
RGB
CMYK
RGB Variations
Color information
#C65ED0 (or 0xC65ED0) is known color: Medium Orchid. HEX triplet: C6, 5E and D0. RGB value is (198,94,208). Sum of RGB (Red+Green+Blue) = 198+94+208=500 (66% of max value = 765). Red value is 198 (77.73% from 255 or 39.6% from 500); Green value is 94 (37.11% from 255 or 18.8% from 500); Blue value is 208 (81.64% from 255 or 41.6% from 500); Max value from RGB is 208 - color contains mainly: blue. Hex color #C65ED0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C65ED0 is #39A12F. Grayscale: #898989. Windows color (decimal): -3776816 or 13655750. OLE color: 13655750.
HSL color Cylindrical-coordinate representation of color #C65ED0: hue angle of 294.74º degrees, saturation: 0.55, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C65ED0 is Cyan = 0.05, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 198 | 94 | 208 | - |
| CMYK | 0.05 | 0.55 | 0 | 0.18 |
| HSL | 294.74º | 0.55% | 0.59% | - |
| HSV(B) | 294.74º | 0.55% | 0.82% | - |
| XYZ | 38.68 | 24.57 | 62.38 | - |
| YUV | 138.09 | 167.46 | 170.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 94 | 208 | 0.05 | 0.55 | 0 | 0.18 | 294.74 | 0.55 | 0.59 |
| Hex | C6 | 5E | D0 | 5 | 37 | 0 | 12 | 127 | 37 | 3B |
| Octal | 306 | 136 | 320 | 5 | 67 | 0 | 22 | 447 | 67 | 73 |
| Binary | 11000110 | 1011110 | 11010000 | 101 | 110111 | 0 | 10010 | 100100111 | 110111 | 111011 |
Color Harmonies of #C65ED0
Complementary color
Monochromatic Colors of #C65ED0
Black with #C65ED0
Text Example
Text Example
White with #C65ED0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C65ED0; }
p { color: rgb(198,94,208); }
H1.HeaderClassName
{
color: #C65ED0;
}
.AnyTagClassName
{
color: #C65ED0;
}
</style>
background-color css
<style>
a { background-color: #C65ED0; }
a { background-color: rgb(198,94,208); }
div.DivClassName
{
background-color: #C65ED0;
}
.BgClassName
{
background-color: #C65ED0;
}
</style>
border-color css
<style>
span { border-color: #C65ED0; }
span { border-color: rgb(198,94,208); }
td.TdClassName
{
border-color: #C65ED0;
}
.TagClassName
{
border-color: #C65ED0;
}
</style>