Shades of Medium Orchid #C843DC
Tints of Medium Orchid #C843DC
RGB
CMYK
RGB Variations
Color information
#C843DC (or 0xC843DC) is known color: Medium Orchid. HEX triplet: C8, 43 and DC. RGB value is (200,67,220). Sum of RGB (Red+Green+Blue) = 200+67+220=487 (64% of max value = 765). Red value is 200 (78.52% from 255 or 41.07% from 487); Green value is 67 (26.56% from 255 or 13.76% from 487); Blue value is 220 (86.33% from 255 or 45.17% from 487); Max value from RGB is 220 - color contains mainly: blue. Hex color #C843DC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C843DC is #37BC23. Grayscale: #7B7B7B. Windows color (decimal): -3652644 or 14435272. OLE color: 14435272.
HSL color Cylindrical-coordinate representation of color #C843DC: hue angle of 292.16º 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 #C843DC is Cyan = 0.09, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 200 | 67 | 220 | - |
| CMYK | 0.09 | 0.70 | 0 | 0.14 |
| HSL | 292.16º | 0.69% | 0.56% | - |
| HSV(B) | 292.16º | 0.7% | 0.86% | - |
| XYZ | 38.74 | 21.46 | 69.81 | - |
| YUV | 124.21 | 182.06 | 182.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 67 | 220 | 0.09 | 0.70 | 0 | 0.14 | 292.16 | 0.69 | 0.56 |
| Hex | C8 | 43 | DC | 9 | 46 | 0 | E | 124 | 45 | 38 |
| Octal | 310 | 103 | 334 | 11 | 106 | 0 | 16 | 444 | 105 | 70 |
| Binary | 11001000 | 1000011 | 11011100 | 1001 | 1000110 | 0 | 1110 | 100100100 | 1000101 | 111000 |
Color Harmonies of #C843DC
Complementary color
Monochromatic Colors of #C843DC
Black with #C843DC
Text Example
Text Example
White with #C843DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C843DC; }
p { color: rgb(200,67,220); }
H1.HeaderClassName
{
color: #C843DC;
}
.AnyTagClassName
{
color: #C843DC;
}
</style>
background-color css
<style>
a { background-color: #C843DC; }
a { background-color: rgb(200,67,220); }
div.DivClassName
{
background-color: #C843DC;
}
.BgClassName
{
background-color: #C843DC;
}
</style>
border-color css
<style>
span { border-color: #C843DC; }
span { border-color: rgb(200,67,220); }
td.TdClassName
{
border-color: #C843DC;
}
.TagClassName
{
border-color: #C843DC;
}
</style>