Shades of Medium Orchid #C64FE1
Tints of Medium Orchid #C64FE1
RGB
CMYK
RGB Variations
Color information
#C64FE1 (or 0xC64FE1) is known color: Medium Orchid. HEX triplet: C6, 4F and E1. RGB value is (198,79,225). Sum of RGB (Red+Green+Blue) = 198+79+225=502 (66% of max value = 765). Red value is 198 (77.73% from 255 or 39.44% from 502); Green value is 79 (31.25% from 255 or 15.74% from 502); Blue value is 225 (88.28% from 255 or 44.82% from 502); Max value from RGB is 225 - color contains mainly: blue. Hex color #C64FE1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C64FE1 is #39B01E. Grayscale: #828282. Windows color (decimal): -3780639 or 14766022. OLE color: 14766022.
HSL color Cylindrical-coordinate representation of color #C64FE1: hue angle of 288.9º degrees, saturation: 0.71, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C64FE1 is Cyan = 0.12, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 198 | 79 | 225 | - |
| CMYK | 0.12 | 0.65 | 0 | 0.12 |
| HSL | 288.9º | 0.71% | 0.6% | - |
| HSV(B) | 288.9º | 0.65% | 0.88% | - |
| XYZ | 39.68 | 23.03 | 73.59 | - |
| YUV | 131.23 | 180.92 | 175.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 79 | 225 | 0.12 | 0.65 | 0 | 0.12 | 288.9 | 0.71 | 0.6 |
| Hex | C6 | 4F | E1 | C | 41 | 0 | C | 121 | 47 | 3C |
| Octal | 306 | 117 | 341 | 14 | 101 | 0 | 14 | 441 | 107 | 74 |
| Binary | 11000110 | 1001111 | 11100001 | 1100 | 1000001 | 0 | 1100 | 100100001 | 1000111 | 111100 |
Color Harmonies of #C64FE1
Complementary color
Monochromatic Colors of #C64FE1
Black with #C64FE1
Text Example
Text Example
White with #C64FE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C64FE1; }
p { color: rgb(198,79,225); }
H1.HeaderClassName
{
color: #C64FE1;
}
.AnyTagClassName
{
color: #C64FE1;
}
</style>
background-color css
<style>
a { background-color: #C64FE1; }
a { background-color: rgb(198,79,225); }
div.DivClassName
{
background-color: #C64FE1;
}
.BgClassName
{
background-color: #C64FE1;
}
</style>
border-color css
<style>
span { border-color: #C64FE1; }
span { border-color: rgb(198,79,225); }
td.TdClassName
{
border-color: #C64FE1;
}
.TagClassName
{
border-color: #C64FE1;
}
</style>