Shades of Medium Orchid #C65ED3
Tints of Medium Orchid #C65ED3
RGB
CMYK
RGB Variations
Color information
#C65ED3 (or 0xC65ED3) is known color: Medium Orchid. HEX triplet: C6, 5E and D3. RGB value is (198,94,211). Sum of RGB (Red+Green+Blue) = 198+94+211=503 (66% of max value = 765). Red value is 198 (77.73% from 255 or 39.36% from 503); Green value is 94 (37.11% from 255 or 18.69% from 503); Blue value is 211 (82.81% from 255 or 41.95% from 503); Max value from RGB is 211 - color contains mainly: blue. Hex color #C65ED3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C65ED3 is #39A12C. Grayscale: #8A8A8A. Windows color (decimal): -3776813 or 13852358. OLE color: 13852358.
HSL color Cylindrical-coordinate representation of color #C65ED3: hue angle of 293.33º degrees, saturation: 0.57, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C65ED3 is Cyan = 0.06, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 198 | 94 | 211 | - |
| CMYK | 0.06 | 0.55 | 0 | 0.17 |
| HSL | 293.33º | 0.57% | 0.6% | - |
| HSV(B) | 293.33º | 0.55% | 0.83% | - |
| XYZ | 39.05 | 24.71 | 64.34 | - |
| YUV | 138.43 | 168.96 | 170.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 94 | 211 | 0.06 | 0.55 | 0 | 0.17 | 293.33 | 0.57 | 0.6 |
| Hex | C6 | 5E | D3 | 6 | 37 | 0 | 11 | 125 | 39 | 3C |
| Octal | 306 | 136 | 323 | 6 | 67 | 0 | 21 | 445 | 71 | 74 |
| Binary | 11000110 | 1011110 | 11010011 | 110 | 110111 | 0 | 10001 | 100100101 | 111001 | 111100 |
Color Harmonies of #C65ED3
Complementary color
Monochromatic Colors of #C65ED3
Black with #C65ED3
Text Example
Text Example
White with #C65ED3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C65ED3; }
p { color: rgb(198,94,211); }
H1.HeaderClassName
{
color: #C65ED3;
}
.AnyTagClassName
{
color: #C65ED3;
}
</style>
background-color css
<style>
a { background-color: #C65ED3; }
a { background-color: rgb(198,94,211); }
div.DivClassName
{
background-color: #C65ED3;
}
.BgClassName
{
background-color: #C65ED3;
}
</style>
border-color css
<style>
span { border-color: #C65ED3; }
span { border-color: rgb(198,94,211); }
td.TdClassName
{
border-color: #C65ED3;
}
.TagClassName
{
border-color: #C65ED3;
}
</style>