Shades of Medium Orchid #C840FC
Tints of Medium Orchid #C840FC
RGB
CMYK
RGB Variations
Color information
#C840FC (or 0xC840FC) is known color: Medium Orchid. HEX triplet: C8, 40 and FC. RGB value is (200,64,252). Sum of RGB (Red+Green+Blue) = 200+64+252=516 (68% of max value = 765). Red value is 200 (78.52% from 255 or 38.76% from 516); Green value is 64 (25.39% from 255 or 12.40% from 516); Blue value is 252 (98.83% from 255 or 48.84% from 516); Max value from RGB is 252 - color contains mainly: blue. Hex color #C840FC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C840FC is #37BF03. Grayscale: #7D7D7D. Windows color (decimal): -3653380 or 16531656. OLE color: 16531656.
HSL color Cylindrical-coordinate representation of color #C840FC: hue angle of 283.4º degrees, saturation: 0.97, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C840FC is Cyan = 0.21, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 200 | 64 | 252 | - |
| CMYK | 0.21 | 0.75 | 0 | 0.01 |
| HSL | 283.4º | 0.97% | 0.62% | - |
| HSV(B) | 283.4º | 0.75% | 0.99% | - |
| XYZ | 43.22 | 22.97 | 94.25 | - |
| YUV | 126.1 | 199.06 | 180.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 64 | 252 | 0.21 | 0.75 | 0 | 0.01 | 283.4 | 0.97 | 0.62 |
| Hex | C8 | 40 | FC | 15 | 4B | 0 | 1 | 11B | 61 | 3E |
| Octal | 310 | 100 | 374 | 25 | 113 | 0 | 1 | 433 | 141 | 76 |
| Binary | 11001000 | 1000000 | 11111100 | 10101 | 1001011 | 0 | 1 | 100011011 | 1100001 | 111110 |
Color Harmonies of #C840FC
Complementary color
Monochromatic Colors of #C840FC
Black with #C840FC
Text Example
Text Example
White with #C840FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C840FC; }
p { color: rgb(200,64,252); }
H1.HeaderClassName
{
color: #C840FC;
}
.AnyTagClassName
{
color: #C840FC;
}
</style>
background-color css
<style>
a { background-color: #C840FC; }
a { background-color: rgb(200,64,252); }
div.DivClassName
{
background-color: #C840FC;
}
.BgClassName
{
background-color: #C840FC;
}
</style>
border-color css
<style>
span { border-color: #C840FC; }
span { border-color: rgb(200,64,252); }
td.TdClassName
{
border-color: #C840FC;
}
.TagClassName
{
border-color: #C840FC;
}
</style>