Shades of Medium Orchid #C64DDF
Tints of Medium Orchid #C64DDF
RGB
CMYK
RGB Variations
Color information
#C64DDF (or 0xC64DDF) is known color: Medium Orchid. HEX triplet: C6, 4D and DF. RGB value is (198,77,223). Sum of RGB (Red+Green+Blue) = 198+77+223=498 (65% of max value = 765). Red value is 198 (77.73% from 255 or 39.76% from 498); Green value is 77 (30.47% from 255 or 15.46% from 498); Blue value is 223 (87.5% from 255 or 44.78% from 498); Max value from RGB is 223 - color contains mainly: blue. Hex color #C64DDF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C64DDF is #39B220. Grayscale: #818181. Windows color (decimal): -3781153 or 14634438. OLE color: 14634438.
HSL color Cylindrical-coordinate representation of color #C64DDF: hue angle of 289.73º degrees, saturation: 0.7, 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 #C64DDF is Cyan = 0.11, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 198 | 77 | 223 | - |
| CMYK | 0.11 | 0.65 | 0 | 0.13 |
| HSL | 289.73º | 0.7% | 0.59% | - |
| HSV(B) | 289.73º | 0.65% | 0.87% | - |
| XYZ | 39.26 | 22.64 | 72.11 | - |
| YUV | 129.82 | 180.59 | 176.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 77 | 223 | 0.11 | 0.65 | 0 | 0.13 | 289.73 | 0.7 | 0.59 |
| Hex | C6 | 4D | DF | B | 41 | 0 | D | 122 | 46 | 3B |
| Octal | 306 | 115 | 337 | 13 | 101 | 0 | 15 | 442 | 106 | 73 |
| Binary | 11000110 | 1001101 | 11011111 | 1011 | 1000001 | 0 | 1101 | 100100010 | 1000110 | 111011 |
Color Harmonies of #C64DDF
Complementary color
Monochromatic Colors of #C64DDF
Black with #C64DDF
Text Example
Text Example
White with #C64DDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C64DDF; }
p { color: rgb(198,77,223); }
H1.HeaderClassName
{
color: #C64DDF;
}
.AnyTagClassName
{
color: #C64DDF;
}
</style>
background-color css
<style>
a { background-color: #C64DDF; }
a { background-color: rgb(198,77,223); }
div.DivClassName
{
background-color: #C64DDF;
}
.BgClassName
{
background-color: #C64DDF;
}
</style>
border-color css
<style>
span { border-color: #C64DDF; }
span { border-color: rgb(198,77,223); }
td.TdClassName
{
border-color: #C64DDF;
}
.TagClassName
{
border-color: #C64DDF;
}
</style>