Shades of Medium Orchid #C64CEA
Tints of Medium Orchid #C64CEA
RGB
CMYK
RGB Variations
Color information
#C64CEA (or 0xC64CEA) is known color: Medium Orchid. HEX triplet: C6, 4C and EA. RGB value is (198,76,234). Sum of RGB (Red+Green+Blue) = 198+76+234=508 (67% of max value = 765). Red value is 198 (77.73% from 255 or 38.98% from 508); Green value is 76 (30.08% from 255 or 14.96% from 508); Blue value is 234 (91.80% from 255 or 46.06% from 508); Max value from RGB is 234 - color contains mainly: blue. Hex color #C64CEA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C64CEA is #39B315. Grayscale: #818181. Windows color (decimal): -3781398 or 15355078. OLE color: 15355078.
HSL color Cylindrical-coordinate representation of color #C64CEA: hue angle of 286.33º degrees, saturation: 0.79, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C64CEA is Cyan = 0.15, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 198 | 76 | 234 | - |
| CMYK | 0.15 | 0.68 | 0 | 0.08 |
| HSL | 286.33º | 0.79% | 0.61% | - |
| HSV(B) | 286.33º | 0.68% | 0.92% | - |
| XYZ | 40.72 | 23.12 | 80.16 | - |
| YUV | 130.49 | 186.42 | 176.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 76 | 234 | 0.15 | 0.68 | 0 | 0.08 | 286.33 | 0.79 | 0.61 |
| Hex | C6 | 4C | EA | F | 44 | 0 | 8 | 11E | 4F | 3D |
| Octal | 306 | 114 | 352 | 17 | 104 | 0 | 10 | 436 | 117 | 75 |
| Binary | 11000110 | 1001100 | 11101010 | 1111 | 1000100 | 0 | 1000 | 100011110 | 1001111 | 111101 |
Color Harmonies of #C64CEA
Complementary color
Monochromatic Colors of #C64CEA
Black with #C64CEA
Text Example
Text Example
White with #C64CEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C64CEA; }
p { color: rgb(198,76,234); }
H1.HeaderClassName
{
color: #C64CEA;
}
.AnyTagClassName
{
color: #C64CEA;
}
</style>
background-color css
<style>
a { background-color: #C64CEA; }
a { background-color: rgb(198,76,234); }
div.DivClassName
{
background-color: #C64CEA;
}
.BgClassName
{
background-color: #C64CEA;
}
</style>
border-color css
<style>
span { border-color: #C64CEA; }
span { border-color: rgb(198,76,234); }
td.TdClassName
{
border-color: #C64CEA;
}
.TagClassName
{
border-color: #C64CEA;
}
</style>