Shades of Medium Orchid #C246DD
Tints of Medium Orchid #C246DD
RGB
CMYK
RGB Variations
Color information
#C246DD (or 0xC246DD) is known color: Medium Orchid. HEX triplet: C2, 46 and DD. RGB value is (194,70,221). Sum of RGB (Red+Green+Blue) = 194+70+221=485 (64% of max value = 765). Red value is 194 (76.17% from 255 or 40% from 485); Green value is 70 (27.73% from 255 or 14.43% from 485); Blue value is 221 (86.72% from 255 or 45.57% from 485); Max value from RGB is 221 - color contains mainly: blue. Hex color #C246DD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C246DD is #3DB922. Grayscale: #7B7B7B. Windows color (decimal): -4045091 or 14501570. OLE color: 14501570.
HSL color Cylindrical-coordinate representation of color #C246DD: hue angle of 289.27º degrees, saturation: 0.69, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C246DD is Cyan = 0.12, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 194 | 70 | 221 | - |
| CMYK | 0.12 | 0.68 | 0 | 0.13 |
| HSL | 289.27º | 0.69% | 0.57% | - |
| HSV(B) | 289.27º | 0.68% | 0.87% | - |
| XYZ | 37.49 | 21.07 | 70.5 | - |
| YUV | 124.29 | 182.58 | 177.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 70 | 221 | 0.12 | 0.68 | 0 | 0.13 | 289.27 | 0.69 | 0.57 |
| Hex | C2 | 46 | DD | C | 44 | 0 | D | 121 | 45 | 39 |
| Octal | 302 | 106 | 335 | 14 | 104 | 0 | 15 | 441 | 105 | 71 |
| Binary | 11000010 | 1000110 | 11011101 | 1100 | 1000100 | 0 | 1101 | 100100001 | 1000101 | 111001 |
Color Harmonies of #C246DD
Complementary color
Monochromatic Colors of #C246DD
Black with #C246DD
Text Example
Text Example
White with #C246DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C246DD; }
p { color: rgb(194,70,221); }
H1.HeaderClassName
{
color: #C246DD;
}
.AnyTagClassName
{
color: #C246DD;
}
</style>
background-color css
<style>
a { background-color: #C246DD; }
a { background-color: rgb(194,70,221); }
div.DivClassName
{
background-color: #C246DD;
}
.BgClassName
{
background-color: #C246DD;
}
</style>
border-color css
<style>
span { border-color: #C246DD; }
span { border-color: rgb(194,70,221); }
td.TdClassName
{
border-color: #C246DD;
}
.TagClassName
{
border-color: #C246DD;
}
</style>