Shades of Medium Orchid #C64FEE
Tints of Medium Orchid #C64FEE
RGB
CMYK
RGB Variations
Color information
#C64FEE (or 0xC64FEE) is known color: Medium Orchid. HEX triplet: C6, 4F and EE. RGB value is (198,79,238). Sum of RGB (Red+Green+Blue) = 198+79+238=515 (68% of max value = 765). Red value is 198 (77.73% from 255 or 38.45% from 515); Green value is 79 (31.25% from 255 or 15.34% from 515); Blue value is 238 (93.36% from 255 or 46.21% from 515); Max value from RGB is 238 - color contains mainly: blue. Hex color #C64FEE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C64FEE is #39B011. Grayscale: #848484. Windows color (decimal): -3780626 or 15617990. OLE color: 15617990.
HSL color Cylindrical-coordinate representation of color #C64FEE: hue angle of 284.91º degrees, saturation: 0.82, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C64FEE is Cyan = 0.17, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 198 | 79 | 238 | - |
| CMYK | 0.17 | 0.67 | 0 | 0.07 |
| HSL | 284.91º | 0.82% | 0.62% | - |
| HSV(B) | 284.91º | 0.67% | 0.93% | - |
| XYZ | 41.52 | 23.77 | 83.29 | - |
| YUV | 132.71 | 187.42 | 174.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 79 | 238 | 0.17 | 0.67 | 0 | 0.07 | 284.91 | 0.82 | 0.62 |
| Hex | C6 | 4F | EE | 11 | 43 | 0 | 7 | 11D | 52 | 3E |
| Octal | 306 | 117 | 356 | 21 | 103 | 0 | 7 | 435 | 122 | 76 |
| Binary | 11000110 | 1001111 | 11101110 | 10001 | 1000011 | 0 | 111 | 100011101 | 1010010 | 111110 |
Color Harmonies of #C64FEE
Complementary color
Monochromatic Colors of #C64FEE
Black with #C64FEE
Text Example
Text Example
White with #C64FEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C64FEE; }
p { color: rgb(198,79,238); }
H1.HeaderClassName
{
color: #C64FEE;
}
.AnyTagClassName
{
color: #C64FEE;
}
</style>
background-color css
<style>
a { background-color: #C64FEE; }
a { background-color: rgb(198,79,238); }
div.DivClassName
{
background-color: #C64FEE;
}
.BgClassName
{
background-color: #C64FEE;
}
</style>
border-color css
<style>
span { border-color: #C64FEE; }
span { border-color: rgb(198,79,238); }
td.TdClassName
{
border-color: #C64FEE;
}
.TagClassName
{
border-color: #C64FEE;
}
</style>