Shades of Medium Orchid #C842DC
Tints of Medium Orchid #C842DC
RGB
CMYK
RGB Variations
Color information
#C842DC (or 0xC842DC) is known color: Medium Orchid. HEX triplet: C8, 42 and DC. RGB value is (200,66,220). Sum of RGB (Red+Green+Blue) = 200+66+220=486 (64% of max value = 765). Red value is 200 (78.52% from 255 or 41.15% from 486); Green value is 66 (26.17% from 255 or 13.58% from 486); Blue value is 220 (86.33% from 255 or 45.27% from 486); Max value from RGB is 220 - color contains mainly: blue. Hex color #C842DC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C842DC is #37BD23. Grayscale: #7B7B7B. Windows color (decimal): -3652900 or 14435016. OLE color: 14435016.
HSL color Cylindrical-coordinate representation of color #C842DC: hue angle of 292.21º degrees, saturation: 0.69, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C842DC is Cyan = 0.09, Magento = 0.7, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 200 | 66 | 220 | - |
| CMYK | 0.09 | 0.7 | 0 | 0.14 |
| HSL | 292.21º | 0.69% | 0.56% | - |
| HSV(B) | 292.21º | 0.7% | 0.86% | - |
| XYZ | 38.69 | 21.34 | 69.79 | - |
| YUV | 123.62 | 182.39 | 182.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 66 | 220 | 0.09 | 0.7 | 0 | 0.14 | 292.21 | 0.69 | 0.56 |
| Hex | C8 | 42 | DC | 9 | 46 | 0 | E | 124 | 45 | 38 |
| Octal | 310 | 102 | 334 | 11 | 106 | 0 | 16 | 444 | 105 | 70 |
| Binary | 11001000 | 1000010 | 11011100 | 1001 | 1000110 | 0 | 1110 | 100100100 | 1000101 | 111000 |
Color Harmonies of #C842DC
Complementary color
Monochromatic Colors of #C842DC
Black with #C842DC
Text Example
Text Example
White with #C842DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C842DC; }
p { color: rgb(200,66,220); }
H1.HeaderClassName
{
color: #C842DC;
}
.AnyTagClassName
{
color: #C842DC;
}
</style>
background-color css
<style>
a { background-color: #C842DC; }
a { background-color: rgb(200,66,220); }
div.DivClassName
{
background-color: #C842DC;
}
.BgClassName
{
background-color: #C842DC;
}
</style>
border-color css
<style>
span { border-color: #C842DC; }
span { border-color: rgb(200,66,220); }
td.TdClassName
{
border-color: #C842DC;
}
.TagClassName
{
border-color: #C842DC;
}
</style>