Shades of Medium Orchid #C640FE
Tints of Medium Orchid #C640FE
RGB
CMYK
RGB Variations
Color information
#C640FE (or 0xC640FE) is known color: Medium Orchid. HEX triplet: C6, 40 and FE. RGB value is (198,64,254). Sum of RGB (Red+Green+Blue) = 198+64+254=516 (68% of max value = 765). Red value is 198 (77.73% from 255 or 38.37% from 516); Green value is 64 (25.39% from 255 or 12.40% from 516); Blue value is 254 (99.61% from 255 or 49.22% from 516); Max value from RGB is 254 - color contains mainly: blue. Hex color #C640FE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C640FE is #39BF01. Grayscale: #7D7D7D. Windows color (decimal): -3784450 or 16662726. OLE color: 16662726.
HSL color Cylindrical-coordinate representation of color #C640FE: hue angle of 282.32º degrees, saturation: 0.99, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C640FE is Cyan = 0.22, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 198 | 64 | 254 | - |
| CMYK | 0.22 | 0.75 | 0 | 0.00 |
| HSL | 282.32º | 0.99% | 0.62% | - |
| HSV(B) | 282.32º | 0.75% | 1% | - |
| XYZ | 43.01 | 22.83 | 95.91 | - |
| YUV | 125.73 | 200.39 | 179.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 64 | 254 | 0.22 | 0.75 | 0 | 0.00 | 282.32 | 0.99 | 0.62 |
| Hex | C6 | 40 | FE | 16 | 4B | 0 | 0 | 11A | 63 | 3E |
| Octal | 306 | 100 | 376 | 26 | 113 | 0 | 0 | 432 | 143 | 76 |
| Binary | 11000110 | 1000000 | 11111110 | 10110 | 1001011 | 0 | 0 | 100011010 | 1100011 | 111110 |
Color Harmonies of #C640FE
Complementary color
Monochromatic Colors of #C640FE
Black with #C640FE
Text Example
Text Example
White with #C640FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C640FE; }
p { color: rgb(198,64,254); }
H1.HeaderClassName
{
color: #C640FE;
}
.AnyTagClassName
{
color: #C640FE;
}
</style>
background-color css
<style>
a { background-color: #C640FE; }
a { background-color: rgb(198,64,254); }
div.DivClassName
{
background-color: #C640FE;
}
.BgClassName
{
background-color: #C640FE;
}
</style>
border-color css
<style>
span { border-color: #C640FE; }
span { border-color: rgb(198,64,254); }
td.TdClassName
{
border-color: #C640FE;
}
.TagClassName
{
border-color: #C640FE;
}
</style>