Shades of Medium Orchid #C243DC
Tints of Medium Orchid #C243DC
RGB
CMYK
RGB Variations
Color information
#C243DC (or 0xC243DC) is known color: Medium Orchid. HEX triplet: C2, 43 and DC. RGB value is (194,67,220). Sum of RGB (Red+Green+Blue) = 194+67+220=481 (63% of max value = 765). Red value is 194 (76.17% from 255 or 40.33% from 481); Green value is 67 (26.56% from 255 or 13.93% from 481); Blue value is 220 (86.33% from 255 or 45.74% from 481); Max value from RGB is 220 - color contains mainly: blue. Hex color #C243DC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C243DC is #3DBC23. Grayscale: #797979. Windows color (decimal): -4045860 or 14435266. OLE color: 14435266.
HSL color Cylindrical-coordinate representation of color #C243DC: hue angle of 289.8º 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 #C243DC is Cyan = 0.12, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 194 | 67 | 220 | - |
| CMYK | 0.12 | 0.70 | 0 | 0.14 |
| HSL | 289.8º | 0.69% | 0.56% | - |
| HSV(B) | 289.8º | 0.7% | 0.86% | - |
| XYZ | 37.17 | 20.65 | 69.74 | - |
| YUV | 122.42 | 183.08 | 179.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 67 | 220 | 0.12 | 0.70 | 0 | 0.14 | 289.8 | 0.69 | 0.56 |
| Hex | C2 | 43 | DC | C | 46 | 0 | E | 122 | 45 | 38 |
| Octal | 302 | 103 | 334 | 14 | 106 | 0 | 16 | 442 | 105 | 70 |
| Binary | 11000010 | 1000011 | 11011100 | 1100 | 1000110 | 0 | 1110 | 100100010 | 1000101 | 111000 |
Color Harmonies of #C243DC
Complementary color
Monochromatic Colors of #C243DC
Black with #C243DC
Text Example
Text Example
White with #C243DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C243DC; }
p { color: rgb(194,67,220); }
H1.HeaderClassName
{
color: #C243DC;
}
.AnyTagClassName
{
color: #C243DC;
}
</style>
background-color css
<style>
a { background-color: #C243DC; }
a { background-color: rgb(194,67,220); }
div.DivClassName
{
background-color: #C243DC;
}
.BgClassName
{
background-color: #C243DC;
}
</style>
border-color css
<style>
span { border-color: #C243DC; }
span { border-color: rgb(194,67,220); }
td.TdClassName
{
border-color: #C243DC;
}
.TagClassName
{
border-color: #C243DC;
}
</style>