Shades of Medium Orchid #C840FE
Tints of Medium Orchid #C840FE
RGB
CMYK
RGB Variations
Color information
#C840FE (or 0xC840FE) is known color: Medium Orchid. HEX triplet: C8, 40 and FE. RGB value is (200,64,254). Sum of RGB (Red+Green+Blue) = 200+64+254=518 (68% of max value = 765). Red value is 200 (78.52% from 255 or 38.61% from 518); Green value is 64 (25.39% from 255 or 12.36% from 518); Blue value is 254 (99.61% from 255 or 49.03% from 518); Max value from RGB is 254 - color contains mainly: blue. Hex color #C840FE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C840FE is #37BF01. Grayscale: #7D7D7D. Windows color (decimal): -3653378 or 16662728. OLE color: 16662728.
HSL color Cylindrical-coordinate representation of color #C840FE: hue angle of 282.95º 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 #C840FE is Cyan = 0.21, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 200 | 64 | 254 | - |
| CMYK | 0.21 | 0.75 | 0 | 0.00 |
| HSL | 282.95º | 0.99% | 0.62% | - |
| HSV(B) | 282.95º | 0.75% | 1% | - |
| XYZ | 43.54 | 23.1 | 95.93 | - |
| YUV | 126.32 | 200.06 | 180.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 64 | 254 | 0.21 | 0.75 | 0 | 0.00 | 282.95 | 0.99 | 0.62 |
| Hex | C8 | 40 | FE | 15 | 4B | 0 | 0 | 11B | 63 | 3E |
| Octal | 310 | 100 | 376 | 25 | 113 | 0 | 0 | 433 | 143 | 76 |
| Binary | 11001000 | 1000000 | 11111110 | 10101 | 1001011 | 0 | 0 | 100011011 | 1100011 | 111110 |
Color Harmonies of #C840FE
Complementary color
Monochromatic Colors of #C840FE
Black with #C840FE
Text Example
Text Example
White with #C840FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C840FE; }
p { color: rgb(200,64,254); }
H1.HeaderClassName
{
color: #C840FE;
}
.AnyTagClassName
{
color: #C840FE;
}
</style>
background-color css
<style>
a { background-color: #C840FE; }
a { background-color: rgb(200,64,254); }
div.DivClassName
{
background-color: #C840FE;
}
.BgClassName
{
background-color: #C840FE;
}
</style>
border-color css
<style>
span { border-color: #C840FE; }
span { border-color: rgb(200,64,254); }
td.TdClassName
{
border-color: #C840FE;
}
.TagClassName
{
border-color: #C840FE;
}
</style>