Shades of Medium Orchid #C64DEA
Tints of Medium Orchid #C64DEA
RGB
CMYK
RGB Variations
Color information
#C64DEA (or 0xC64DEA) is known color: Medium Orchid. HEX triplet: C6, 4D and EA. RGB value is (198,77,234). Sum of RGB (Red+Green+Blue) = 198+77+234=509 (67% of max value = 765). Red value is 198 (77.73% from 255 or 38.90% from 509); Green value is 77 (30.47% from 255 or 15.13% from 509); Blue value is 234 (91.80% from 255 or 45.97% from 509); Max value from RGB is 234 - color contains mainly: blue. Hex color #C64DEA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C64DEA is #39B215. Grayscale: #828282. Windows color (decimal): -3781142 or 15355334. OLE color: 15355334.
HSL color Cylindrical-coordinate representation of color #C64DEA: hue angle of 286.24º degrees, saturation: 0.79, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C64DEA is Cyan = 0.15, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 198 | 77 | 234 | - |
| CMYK | 0.15 | 0.67 | 0 | 0.08 |
| HSL | 286.24º | 0.79% | 0.61% | - |
| HSV(B) | 286.24º | 0.67% | 0.92% | - |
| XYZ | 40.79 | 23.25 | 80.18 | - |
| YUV | 131.08 | 186.09 | 175.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 77 | 234 | 0.15 | 0.67 | 0 | 0.08 | 286.24 | 0.79 | 0.61 |
| Hex | C6 | 4D | EA | F | 43 | 0 | 8 | 11E | 4F | 3D |
| Octal | 306 | 115 | 352 | 17 | 103 | 0 | 10 | 436 | 117 | 75 |
| Binary | 11000110 | 1001101 | 11101010 | 1111 | 1000011 | 0 | 1000 | 100011110 | 1001111 | 111101 |
Color Harmonies of #C64DEA
Complementary color
Monochromatic Colors of #C64DEA
Black with #C64DEA
Text Example
Text Example
White with #C64DEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C64DEA; }
p { color: rgb(198,77,234); }
H1.HeaderClassName
{
color: #C64DEA;
}
.AnyTagClassName
{
color: #C64DEA;
}
</style>
background-color css
<style>
a { background-color: #C64DEA; }
a { background-color: rgb(198,77,234); }
div.DivClassName
{
background-color: #C64DEA;
}
.BgClassName
{
background-color: #C64DEA;
}
</style>
border-color css
<style>
span { border-color: #C64DEA; }
span { border-color: rgb(198,77,234); }
td.TdClassName
{
border-color: #C64DEA;
}
.TagClassName
{
border-color: #C64DEA;
}
</style>