Shades of Medium Orchid #C842FA
Tints of Medium Orchid #C842FA
RGB
CMYK
RGB Variations
Color information
#C842FA (or 0xC842FA) is known color: Medium Orchid. HEX triplet: C8, 42 and FA. RGB value is (200,66,250). Sum of RGB (Red+Green+Blue) = 200+66+250=516 (68% of max value = 765). Red value is 200 (78.52% from 255 or 38.76% from 516); Green value is 66 (26.17% from 255 or 12.79% from 516); Blue value is 250 (98.05% from 255 or 48.45% from 516); Max value from RGB is 250 - color contains mainly: blue. Hex color #C842FA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C842FA is #37BD05. Grayscale: #7E7E7E. Windows color (decimal): -3652870 or 16401096. OLE color: 16401096.
HSL color Cylindrical-coordinate representation of color #C842FA: hue angle of 283.7º 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 #C842FA is Cyan = 0.2, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 200 | 66 | 250 | - |
| CMYK | 0.2 | 0.74 | 0 | 0.02 |
| HSL | 283.7º | 0.95% | 0.62% | - |
| HSV(B) | 283.7º | 0.74% | 0.98% | - |
| XYZ | 43.02 | 23.08 | 92.63 | - |
| YUV | 127.04 | 197.39 | 180.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 66 | 250 | 0.2 | 0.74 | 0 | 0.02 | 283.7 | 0.95 | 0.62 |
| Hex | C8 | 42 | FA | 14 | 4A | 0 | 2 | 11C | 5F | 3E |
| Octal | 310 | 102 | 372 | 24 | 112 | 0 | 2 | 434 | 137 | 76 |
| Binary | 11001000 | 1000010 | 11111010 | 10100 | 1001010 | 0 | 10 | 100011100 | 1011111 | 111110 |
Color Harmonies of #C842FA
Complementary color
Monochromatic Colors of #C842FA
Black with #C842FA
Text Example
Text Example
White with #C842FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C842FA; }
p { color: rgb(200,66,250); }
H1.HeaderClassName
{
color: #C842FA;
}
.AnyTagClassName
{
color: #C842FA;
}
</style>
background-color css
<style>
a { background-color: #C842FA; }
a { background-color: rgb(200,66,250); }
div.DivClassName
{
background-color: #C842FA;
}
.BgClassName
{
background-color: #C842FA;
}
</style>
border-color css
<style>
span { border-color: #C842FA; }
span { border-color: rgb(200,66,250); }
td.TdClassName
{
border-color: #C842FA;
}
.TagClassName
{
border-color: #C842FA;
}
</style>