Shades of Medium Orchid #C64EE9
Tints of Medium Orchid #C64EE9
RGB
CMYK
RGB Variations
Color information
#C64EE9 (or 0xC64EE9) is known color: Medium Orchid. HEX triplet: C6, 4E and E9. RGB value is (198,78,233). Sum of RGB (Red+Green+Blue) = 198+78+233=509 (67% of max value = 765). Red value is 198 (77.73% from 255 or 38.90% from 509); Green value is 78 (30.86% from 255 or 15.32% from 509); Blue value is 233 (91.41% from 255 or 45.78% from 509); Max value from RGB is 233 - color contains mainly: blue. Hex color #C64EE9 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C64EE9 is #39B116. Grayscale: #838383. Windows color (decimal): -3780887 or 15290054. OLE color: 15290054.
HSL color Cylindrical-coordinate representation of color #C64EE9: hue angle of 286.45º degrees, saturation: 0.78, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C64EE9 is Cyan = 0.15, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 198 | 78 | 233 | - |
| CMYK | 0.15 | 0.67 | 0 | 0.09 |
| HSL | 286.45º | 0.78% | 0.61% | - |
| HSV(B) | 286.45º | 0.67% | 0.91% | - |
| XYZ | 40.72 | 23.34 | 79.45 | - |
| YUV | 131.55 | 185.26 | 175.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 78 | 233 | 0.15 | 0.67 | 0 | 0.09 | 286.45 | 0.78 | 0.61 |
| Hex | C6 | 4E | E9 | F | 43 | 0 | 9 | 11E | 4E | 3D |
| Octal | 306 | 116 | 351 | 17 | 103 | 0 | 11 | 436 | 116 | 75 |
| Binary | 11000110 | 1001110 | 11101001 | 1111 | 1000011 | 0 | 1001 | 100011110 | 1001110 | 111101 |
Color Harmonies of #C64EE9
Complementary color
Monochromatic Colors of #C64EE9
Black with #C64EE9
Text Example
Text Example
White with #C64EE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C64EE9; }
p { color: rgb(198,78,233); }
H1.HeaderClassName
{
color: #C64EE9;
}
.AnyTagClassName
{
color: #C64EE9;
}
</style>
background-color css
<style>
a { background-color: #C64EE9; }
a { background-color: rgb(198,78,233); }
div.DivClassName
{
background-color: #C64EE9;
}
.BgClassName
{
background-color: #C64EE9;
}
</style>
border-color css
<style>
span { border-color: #C64EE9; }
span { border-color: rgb(198,78,233); }
td.TdClassName
{
border-color: #C64EE9;
}
.TagClassName
{
border-color: #C64EE9;
}
</style>