Shades of Medium Orchid #C64EFA
Tints of Medium Orchid #C64EFA
RGB
CMYK
RGB Variations
Color information
#C64EFA (or 0xC64EFA) is known color: Medium Orchid. HEX triplet: C6, 4E and FA. RGB value is (198,78,250). Sum of RGB (Red+Green+Blue) = 198+78+250=526 (69% of max value = 765). Red value is 198 (77.73% from 255 or 37.64% from 526); Green value is 78 (30.86% from 255 or 14.83% from 526); Blue value is 250 (98.05% from 255 or 47.53% from 526); Max value from RGB is 250 - color contains mainly: blue. Hex color #C64EFA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C64EFA is #39B105. Grayscale: #848484. Windows color (decimal): -3780870 or 16404166. OLE color: 16404166.
HSL color Cylindrical-coordinate representation of color #C64EFA: hue angle of 281.86º degrees, saturation: 0.95, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C64EFA is Cyan = 0.21, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 198 | 78 | 250 | - |
| CMYK | 0.21 | 0.69 | 0 | 0.02 |
| HSL | 281.86º | 0.95% | 0.64% | - |
| HSV(B) | 281.86º | 0.69% | 0.98% | - |
| XYZ | 43.27 | 24.36 | 92.86 | - |
| YUV | 133.49 | 193.76 | 174.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 78 | 250 | 0.21 | 0.69 | 0 | 0.02 | 281.86 | 0.95 | 0.64 |
| Hex | C6 | 4E | FA | 15 | 45 | 0 | 2 | 11A | 5F | 40 |
| Octal | 306 | 116 | 372 | 25 | 105 | 0 | 2 | 432 | 137 | 100 |
| Binary | 11000110 | 1001110 | 11111010 | 10101 | 1000101 | 0 | 10 | 100011010 | 1011111 | 1000000 |
Color Harmonies of #C64EFA
Complementary color
Monochromatic Colors of #C64EFA
Black with #C64EFA
Text Example
Text Example
White with #C64EFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C64EFA; }
p { color: rgb(198,78,250); }
H1.HeaderClassName
{
color: #C64EFA;
}
.AnyTagClassName
{
color: #C64EFA;
}
</style>
background-color css
<style>
a { background-color: #C64EFA; }
a { background-color: rgb(198,78,250); }
div.DivClassName
{
background-color: #C64EFA;
}
.BgClassName
{
background-color: #C64EFA;
}
</style>
border-color css
<style>
span { border-color: #C64EFA; }
span { border-color: rgb(198,78,250); }
td.TdClassName
{
border-color: #C64EFA;
}
.TagClassName
{
border-color: #C64EFA;
}
</style>