Shades of Medium Orchid #C64FDC
Tints of Medium Orchid #C64FDC
RGB
CMYK
RGB Variations
Color information
#C64FDC (or 0xC64FDC) is known color: Medium Orchid. HEX triplet: C6, 4F and DC. RGB value is (198,79,220). Sum of RGB (Red+Green+Blue) = 198+79+220=497 (65% of max value = 765). Red value is 198 (77.73% from 255 or 39.84% from 497); Green value is 79 (31.25% from 255 or 15.90% from 497); Blue value is 220 (86.33% from 255 or 44.27% from 497); Max value from RGB is 220 - color contains mainly: blue. Hex color #C64FDC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C64FDC is #39B023. Grayscale: #828282. Windows color (decimal): -3780644 or 14438342. OLE color: 14438342.
HSL color Cylindrical-coordinate representation of color #C64FDC: hue angle of 290.64º degrees, saturation: 0.67, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C64FDC is Cyan = 0.1, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 198 | 79 | 220 | - |
| CMYK | 0.1 | 0.64 | 0 | 0.14 |
| HSL | 290.64º | 0.67% | 0.59% | - |
| HSV(B) | 290.64º | 0.64% | 0.86% | - |
| XYZ | 39 | 22.77 | 70.05 | - |
| YUV | 130.66 | 178.42 | 176.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 79 | 220 | 0.1 | 0.64 | 0 | 0.14 | 290.64 | 0.67 | 0.59 |
| Hex | C6 | 4F | DC | A | 40 | 0 | E | 123 | 43 | 3B |
| Octal | 306 | 117 | 334 | 12 | 100 | 0 | 16 | 443 | 103 | 73 |
| Binary | 11000110 | 1001111 | 11011100 | 1010 | 1000000 | 0 | 1110 | 100100011 | 1000011 | 111011 |
Color Harmonies of #C64FDC
Complementary color
Monochromatic Colors of #C64FDC
Black with #C64FDC
Text Example
Text Example
White with #C64FDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C64FDC; }
p { color: rgb(198,79,220); }
H1.HeaderClassName
{
color: #C64FDC;
}
.AnyTagClassName
{
color: #C64FDC;
}
</style>
background-color css
<style>
a { background-color: #C64FDC; }
a { background-color: rgb(198,79,220); }
div.DivClassName
{
background-color: #C64FDC;
}
.BgClassName
{
background-color: #C64FDC;
}
</style>
border-color css
<style>
span { border-color: #C64FDC; }
span { border-color: rgb(198,79,220); }
td.TdClassName
{
border-color: #C64FDC;
}
.TagClassName
{
border-color: #C64FDC;
}
</style>