Shades of Medium Orchid #C840FA
Tints of Medium Orchid #C840FA
RGB
CMYK
RGB Variations
Color information
#C840FA (or 0xC840FA) is known color: Medium Orchid. HEX triplet: C8, 40 and FA. RGB value is (200,64,250). Sum of RGB (Red+Green+Blue) = 200+64+250=514 (68% of max value = 765). Red value is 200 (78.52% from 255 or 38.91% from 514); Green value is 64 (25.39% from 255 or 12.45% from 514); Blue value is 250 (98.05% from 255 or 48.64% from 514); Max value from RGB is 250 - color contains mainly: blue. Hex color #C840FA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C840FA is #37BF05. Grayscale: #7D7D7D. Windows color (decimal): -3653382 or 16400584. OLE color: 16400584.
HSL color Cylindrical-coordinate representation of color #C840FA: hue angle of 283.87º degrees, saturation: 0.95, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C840FA is Cyan = 0.2, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 200 | 64 | 250 | - |
| CMYK | 0.2 | 0.74 | 0 | 0.02 |
| HSL | 283.87º | 0.95% | 0.62% | - |
| HSV(B) | 283.87º | 0.74% | 0.98% | - |
| XYZ | 42.91 | 22.85 | 92.59 | - |
| YUV | 125.87 | 198.06 | 180.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 64 | 250 | 0.2 | 0.74 | 0 | 0.02 | 283.87 | 0.95 | 0.62 |
| Hex | C8 | 40 | FA | 14 | 4A | 0 | 2 | 11C | 5F | 3E |
| Octal | 310 | 100 | 372 | 24 | 112 | 0 | 2 | 434 | 137 | 76 |
| Binary | 11001000 | 1000000 | 11111010 | 10100 | 1001010 | 0 | 10 | 100011100 | 1011111 | 111110 |
Color Harmonies of #C840FA
Complementary color
Monochromatic Colors of #C840FA
Black with #C840FA
Text Example
Text Example
White with #C840FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C840FA; }
p { color: rgb(200,64,250); }
H1.HeaderClassName
{
color: #C840FA;
}
.AnyTagClassName
{
color: #C840FA;
}
</style>
background-color css
<style>
a { background-color: #C840FA; }
a { background-color: rgb(200,64,250); }
div.DivClassName
{
background-color: #C840FA;
}
.BgClassName
{
background-color: #C840FA;
}
</style>
border-color css
<style>
span { border-color: #C840FA; }
span { border-color: rgb(200,64,250); }
td.TdClassName
{
border-color: #C840FA;
}
.TagClassName
{
border-color: #C840FA;
}
</style>