Shades of Medium Orchid #C842E1
Tints of Medium Orchid #C842E1
RGB
CMYK
RGB Variations
Color information
#C842E1 (or 0xC842E1) is known color: Medium Orchid. HEX triplet: C8, 42 and E1. RGB value is (200,66,225). Sum of RGB (Red+Green+Blue) = 200+66+225=491 (65% of max value = 765). Red value is 200 (78.52% from 255 or 40.73% from 491); Green value is 66 (26.17% from 255 or 13.44% from 491); Blue value is 225 (88.28% from 255 or 45.82% from 491); Max value from RGB is 225 - color contains mainly: blue. Hex color #C842E1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C842E1 is #37BD1E. Grayscale: #7B7B7B. Windows color (decimal): -3652895 or 14762696. OLE color: 14762696.
HSL color Cylindrical-coordinate representation of color #C842E1: hue angle of 290.57º degrees, saturation: 0.73, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C842E1 is Cyan = 0.11, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 200 | 66 | 225 | - |
| CMYK | 0.11 | 0.71 | 0 | 0.12 |
| HSL | 290.57º | 0.73% | 0.57% | - |
| HSV(B) | 290.57º | 0.71% | 0.88% | - |
| XYZ | 39.36 | 21.61 | 73.33 | - |
| YUV | 124.19 | 184.89 | 182.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 66 | 225 | 0.11 | 0.71 | 0 | 0.12 | 290.57 | 0.73 | 0.57 |
| Hex | C8 | 42 | E1 | B | 47 | 0 | C | 123 | 49 | 39 |
| Octal | 310 | 102 | 341 | 13 | 107 | 0 | 14 | 443 | 111 | 71 |
| Binary | 11001000 | 1000010 | 11100001 | 1011 | 1000111 | 0 | 1100 | 100100011 | 1001001 | 111001 |
Color Harmonies of #C842E1
Complementary color
Monochromatic Colors of #C842E1
Black with #C842E1
Text Example
Text Example
White with #C842E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C842E1; }
p { color: rgb(200,66,225); }
H1.HeaderClassName
{
color: #C842E1;
}
.AnyTagClassName
{
color: #C842E1;
}
</style>
background-color css
<style>
a { background-color: #C842E1; }
a { background-color: rgb(200,66,225); }
div.DivClassName
{
background-color: #C842E1;
}
.BgClassName
{
background-color: #C842E1;
}
</style>
border-color css
<style>
span { border-color: #C842E1; }
span { border-color: rgb(200,66,225); }
td.TdClassName
{
border-color: #C842E1;
}
.TagClassName
{
border-color: #C842E1;
}
</style>