Shades of Medium Orchid #C64AEC
Tints of Medium Orchid #C64AEC
RGB
CMYK
RGB Variations
Color information
#C64AEC (or 0xC64AEC) is known color: Medium Orchid. HEX triplet: C6, 4A and EC. RGB value is (198,74,236). Sum of RGB (Red+Green+Blue) = 198+74+236=508 (67% of max value = 765). Red value is 198 (77.73% from 255 or 38.98% from 508); Green value is 74 (29.30% from 255 or 14.57% from 508); Blue value is 236 (92.58% from 255 or 46.46% from 508); Max value from RGB is 236 - color contains mainly: blue. Hex color #C64AEC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C64AEC is #39B513. Grayscale: #818181. Windows color (decimal): -3781908 or 15485638. OLE color: 15485638.
HSL color Cylindrical-coordinate representation of color #C64AEC: hue angle of 285.93º degrees, saturation: 0.81, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C64AEC is Cyan = 0.16, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 198 | 74 | 236 | - |
| CMYK | 0.16 | 0.69 | 0 | 0.07 |
| HSL | 285.93º | 0.81% | 0.61% | - |
| HSV(B) | 285.93º | 0.69% | 0.93% | - |
| XYZ | 40.88 | 22.96 | 81.63 | - |
| YUV | 129.54 | 188.08 | 176.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 74 | 236 | 0.16 | 0.69 | 0 | 0.07 | 285.93 | 0.81 | 0.61 |
| Hex | C6 | 4A | EC | 10 | 45 | 0 | 7 | 11E | 51 | 3D |
| Octal | 306 | 112 | 354 | 20 | 105 | 0 | 7 | 436 | 121 | 75 |
| Binary | 11000110 | 1001010 | 11101100 | 10000 | 1000101 | 0 | 111 | 100011110 | 1010001 | 111101 |
Color Harmonies of #C64AEC
Complementary color
Monochromatic Colors of #C64AEC
Black with #C64AEC
Text Example
Text Example
White with #C64AEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C64AEC; }
p { color: rgb(198,74,236); }
H1.HeaderClassName
{
color: #C64AEC;
}
.AnyTagClassName
{
color: #C64AEC;
}
</style>
background-color css
<style>
a { background-color: #C64AEC; }
a { background-color: rgb(198,74,236); }
div.DivClassName
{
background-color: #C64AEC;
}
.BgClassName
{
background-color: #C64AEC;
}
</style>
border-color css
<style>
span { border-color: #C64AEC; }
span { border-color: rgb(198,74,236); }
td.TdClassName
{
border-color: #C64AEC;
}
.TagClassName
{
border-color: #C64AEC;
}
</style>