Shades of Medium Orchid #C64FEA
Tints of Medium Orchid #C64FEA
RGB
CMYK
RGB Variations
Color information
#C64FEA (or 0xC64FEA) is known color: Medium Orchid. HEX triplet: C6, 4F and EA. RGB value is (198,79,234). Sum of RGB (Red+Green+Blue) = 198+79+234=511 (67% of max value = 765). Red value is 198 (77.73% from 255 or 38.75% from 511); Green value is 79 (31.25% from 255 or 15.46% from 511); Blue value is 234 (91.80% from 255 or 45.79% from 511); Max value from RGB is 234 - color contains mainly: blue. Hex color #C64FEA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C64FEA is #39B015. Grayscale: #838383. Windows color (decimal): -3780630 or 15355846. OLE color: 15355846.
HSL color Cylindrical-coordinate representation of color #C64FEA: hue angle of 286.06º degrees, saturation: 0.79, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C64FEA is Cyan = 0.15, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 198 | 79 | 234 | - |
| CMYK | 0.15 | 0.66 | 0 | 0.08 |
| HSL | 286.06º | 0.79% | 0.61% | - |
| HSV(B) | 286.06º | 0.66% | 0.92% | - |
| XYZ | 40.94 | 23.54 | 80.23 | - |
| YUV | 132.25 | 185.42 | 174.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 79 | 234 | 0.15 | 0.66 | 0 | 0.08 | 286.06 | 0.79 | 0.61 |
| Hex | C6 | 4F | EA | F | 42 | 0 | 8 | 11E | 4F | 3D |
| Octal | 306 | 117 | 352 | 17 | 102 | 0 | 10 | 436 | 117 | 75 |
| Binary | 11000110 | 1001111 | 11101010 | 1111 | 1000010 | 0 | 1000 | 100011110 | 1001111 | 111101 |
Color Harmonies of #C64FEA
Complementary color
Monochromatic Colors of #C64FEA
Black with #C64FEA
Text Example
Text Example
White with #C64FEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C64FEA; }
p { color: rgb(198,79,234); }
H1.HeaderClassName
{
color: #C64FEA;
}
.AnyTagClassName
{
color: #C64FEA;
}
</style>
background-color css
<style>
a { background-color: #C64FEA; }
a { background-color: rgb(198,79,234); }
div.DivClassName
{
background-color: #C64FEA;
}
.BgClassName
{
background-color: #C64FEA;
}
</style>
border-color css
<style>
span { border-color: #C64FEA; }
span { border-color: rgb(198,79,234); }
td.TdClassName
{
border-color: #C64FEA;
}
.TagClassName
{
border-color: #C64FEA;
}
</style>