Shades of Medium Orchid #C842FF
Tints of Medium Orchid #C842FF
RGB
CMYK
RGB Variations
Color information
#C842FF (or 0xC842FF) is known color: Medium Orchid. HEX triplet: C8, 42 and FF. RGB value is (200,66,255). Sum of RGB (Red+Green+Blue) = 200+66+255=521 (69% of max value = 765). Red value is 200 (78.52% from 255 or 38.39% from 521); Green value is 66 (26.17% from 255 or 12.67% from 521); Blue value is 255 (100% from 255 or 48.94% from 521); Max value from RGB is 255 - color contains mainly: blue. Hex color #C842FF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C842FF is #37BD00. Grayscale: #7E7E7E. Windows color (decimal): -3652865 or 16728776. OLE color: 16728776.
HSL color Cylindrical-coordinate representation of color #C842FF: hue angle of 282.54º degrees, saturation: 1, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C842FF is Cyan = 0.22, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 200 | 66 | 255 | - |
| CMYK | 0.22 | 0.74 | 0 | 0 |
| HSL | 282.54º | 1% | 0.63% | - |
| HSV(B) | 282.54º | 0.74% | 1% | - |
| XYZ | 43.82 | 23.4 | 96.81 | - |
| YUV | 127.61 | 199.89 | 179.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 66 | 255 | 0.22 | 0.74 | 0 | 0 | 282.54 | 1 | 0.63 |
| Hex | C8 | 42 | FF | 16 | 4A | 0 | 0 | 11B | 64 | 3F |
| Octal | 310 | 102 | 377 | 26 | 112 | 0 | 0 | 433 | 144 | 77 |
| Binary | 11001000 | 1000010 | 11111111 | 10110 | 1001010 | 0 | 0 | 100011011 | 1100100 | 111111 |
Color Harmonies of #C842FF
Complementary color
Monochromatic Colors of #C842FF
Black with #C842FF
Text Example
Text Example
White with #C842FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C842FF; }
p { color: rgb(200,66,255); }
H1.HeaderClassName
{
color: #C842FF;
}
.AnyTagClassName
{
color: #C842FF;
}
</style>
background-color css
<style>
a { background-color: #C842FF; }
a { background-color: rgb(200,66,255); }
div.DivClassName
{
background-color: #C842FF;
}
.BgClassName
{
background-color: #C842FF;
}
</style>
border-color css
<style>
span { border-color: #C842FF; }
span { border-color: rgb(200,66,255); }
td.TdClassName
{
border-color: #C842FF;
}
.TagClassName
{
border-color: #C842FF;
}
</style>