Shades of Medium Orchid #C64EDF
Tints of Medium Orchid #C64EDF
RGB
CMYK
RGB Variations
Color information
#C64EDF (or 0xC64EDF) is known color: Medium Orchid. HEX triplet: C6, 4E and DF. RGB value is (198,78,223). Sum of RGB (Red+Green+Blue) = 198+78+223=499 (66% of max value = 765). Red value is 198 (77.73% from 255 or 39.68% from 499); Green value is 78 (30.86% from 255 or 15.63% from 499); Blue value is 223 (87.5% from 255 or 44.69% from 499); Max value from RGB is 223 - color contains mainly: blue. Hex color #C64EDF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C64EDF is #39B120. Grayscale: #818181. Windows color (decimal): -3780897 or 14634694. OLE color: 14634694.
HSL color Cylindrical-coordinate representation of color #C64EDF: hue angle of 289.66º degrees, saturation: 0.69, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C64EDF is Cyan = 0.11, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 198 | 78 | 223 | - |
| CMYK | 0.11 | 0.65 | 0 | 0.13 |
| HSL | 289.66º | 0.69% | 0.59% | - |
| HSV(B) | 289.66º | 0.65% | 0.87% | - |
| XYZ | 39.33 | 22.78 | 72.14 | - |
| YUV | 130.41 | 180.26 | 176.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 78 | 223 | 0.11 | 0.65 | 0 | 0.13 | 289.66 | 0.69 | 0.59 |
| Hex | C6 | 4E | DF | B | 41 | 0 | D | 122 | 45 | 3B |
| Octal | 306 | 116 | 337 | 13 | 101 | 0 | 15 | 442 | 105 | 73 |
| Binary | 11000110 | 1001110 | 11011111 | 1011 | 1000001 | 0 | 1101 | 100100010 | 1000101 | 111011 |
Color Harmonies of #C64EDF
Complementary color
Monochromatic Colors of #C64EDF
Black with #C64EDF
Text Example
Text Example
White with #C64EDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C64EDF; }
p { color: rgb(198,78,223); }
H1.HeaderClassName
{
color: #C64EDF;
}
.AnyTagClassName
{
color: #C64EDF;
}
</style>
background-color css
<style>
a { background-color: #C64EDF; }
a { background-color: rgb(198,78,223); }
div.DivClassName
{
background-color: #C64EDF;
}
.BgClassName
{
background-color: #C64EDF;
}
</style>
border-color css
<style>
span { border-color: #C64EDF; }
span { border-color: rgb(198,78,223); }
td.TdClassName
{
border-color: #C64EDF;
}
.TagClassName
{
border-color: #C64EDF;
}
</style>