Shades of Medium Orchid #C64ED1
Tints of Medium Orchid #C64ED1
RGB
CMYK
RGB Variations
Color information
#C64ED1 (or 0xC64ED1) is known color: Medium Orchid. HEX triplet: C6, 4E and D1. RGB value is (198,78,209). Sum of RGB (Red+Green+Blue) = 198+78+209=485 (64% of max value = 765). Red value is 198 (77.73% from 255 or 40.82% from 485); Green value is 78 (30.86% from 255 or 16.08% from 485); Blue value is 209 (82.03% from 255 or 43.09% from 485); Max value from RGB is 209 - color contains mainly: blue. Hex color #C64ED1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C64ED1 is #39B12E. Grayscale: #808080. Windows color (decimal): -3780911 or 13717190. OLE color: 13717190.
HSL color Cylindrical-coordinate representation of color #C64ED1: hue angle of 294.96º degrees, saturation: 0.59, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C64ED1 is Cyan = 0.05, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 198 | 78 | 209 | - |
| CMYK | 0.05 | 0.63 | 0 | 0.18 |
| HSL | 294.96º | 0.59% | 0.56% | - |
| HSV(B) | 294.96º | 0.63% | 0.82% | - |
| XYZ | 37.52 | 22.06 | 62.6 | - |
| YUV | 128.81 | 173.26 | 177.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 78 | 209 | 0.05 | 0.63 | 0 | 0.18 | 294.96 | 0.59 | 0.56 |
| Hex | C6 | 4E | D1 | 5 | 3F | 0 | 12 | 127 | 3B | 38 |
| Octal | 306 | 116 | 321 | 5 | 77 | 0 | 22 | 447 | 73 | 70 |
| Binary | 11000110 | 1001110 | 11010001 | 101 | 111111 | 0 | 10010 | 100100111 | 111011 | 111000 |
Color Harmonies of #C64ED1
Complementary color
Monochromatic Colors of #C64ED1
Black with #C64ED1
Text Example
Text Example
White with #C64ED1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C64ED1; }
p { color: rgb(198,78,209); }
H1.HeaderClassName
{
color: #C64ED1;
}
.AnyTagClassName
{
color: #C64ED1;
}
</style>
background-color css
<style>
a { background-color: #C64ED1; }
a { background-color: rgb(198,78,209); }
div.DivClassName
{
background-color: #C64ED1;
}
.BgClassName
{
background-color: #C64ED1;
}
</style>
border-color css
<style>
span { border-color: #C64ED1; }
span { border-color: rgb(198,78,209); }
td.TdClassName
{
border-color: #C64ED1;
}
.TagClassName
{
border-color: #C64ED1;
}
</style>