Shades of Medium Orchid #C64FD0
Tints of Medium Orchid #C64FD0
RGB
CMYK
RGB Variations
Color information
#C64FD0 (or 0xC64FD0) is known color: Medium Orchid. HEX triplet: C6, 4F and D0. RGB value is (198,79,208). Sum of RGB (Red+Green+Blue) = 198+79+208=485 (64% of max value = 765). Red value is 198 (77.73% from 255 or 40.82% from 485); Green value is 79 (31.25% from 255 or 16.29% from 485); Blue value is 208 (81.64% from 255 or 42.89% from 485); Max value from RGB is 208 - color contains mainly: blue. Hex color #C64FD0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C64FD0 is #39B02F. Grayscale: #808080. Windows color (decimal): -3780656 or 13651910. OLE color: 13651910.
HSL color Cylindrical-coordinate representation of color #C64FD0: hue angle of 295.35º degrees, saturation: 0.58, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C64FD0 is Cyan = 0.05, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 198 | 79 | 208 | - |
| CMYK | 0.05 | 0.62 | 0 | 0.18 |
| HSL | 295.35º | 0.58% | 0.56% | - |
| HSV(B) | 295.35º | 0.62% | 0.82% | - |
| XYZ | 37.47 | 22.15 | 61.98 | - |
| YUV | 129.29 | 172.42 | 177.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 79 | 208 | 0.05 | 0.62 | 0 | 0.18 | 295.35 | 0.58 | 0.56 |
| Hex | C6 | 4F | D0 | 5 | 3E | 0 | 12 | 127 | 3A | 38 |
| Octal | 306 | 117 | 320 | 5 | 76 | 0 | 22 | 447 | 72 | 70 |
| Binary | 11000110 | 1001111 | 11010000 | 101 | 111110 | 0 | 10010 | 100100111 | 111010 | 111000 |
Color Harmonies of #C64FD0
Complementary color
Monochromatic Colors of #C64FD0
Black with #C64FD0
Text Example
Text Example
White with #C64FD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C64FD0; }
p { color: rgb(198,79,208); }
H1.HeaderClassName
{
color: #C64FD0;
}
.AnyTagClassName
{
color: #C64FD0;
}
</style>
background-color css
<style>
a { background-color: #C64FD0; }
a { background-color: rgb(198,79,208); }
div.DivClassName
{
background-color: #C64FD0;
}
.BgClassName
{
background-color: #C64FD0;
}
</style>
border-color css
<style>
span { border-color: #C64FD0; }
span { border-color: rgb(198,79,208); }
td.TdClassName
{
border-color: #C64FD0;
}
.TagClassName
{
border-color: #C64FD0;
}
</style>