Shades of Medium Orchid #C247DD
Tints of Medium Orchid #C247DD
RGB
CMYK
RGB Variations
Color information
#C247DD (or 0xC247DD) is known color: Medium Orchid. HEX triplet: C2, 47 and DD. RGB value is (194,71,221). Sum of RGB (Red+Green+Blue) = 194+71+221=486 (64% of max value = 765). Red value is 194 (76.17% from 255 or 39.92% from 486); Green value is 71 (28.12% from 255 or 14.61% from 486); Blue value is 221 (86.72% from 255 or 45.47% from 486); Max value from RGB is 221 - color contains mainly: blue. Hex color #C247DD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C247DD is #3DB822. Grayscale: #7C7C7C. Windows color (decimal): -4044835 or 14501826. OLE color: 14501826.
HSL color Cylindrical-coordinate representation of color #C247DD: hue angle of 289.2º 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 #C247DD is Cyan = 0.12, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 194 | 71 | 221 | - |
| CMYK | 0.12 | 0.68 | 0 | 0.13 |
| HSL | 289.2º | 0.69% | 0.57% | - |
| HSV(B) | 289.2º | 0.68% | 0.87% | - |
| XYZ | 37.55 | 21.2 | 70.52 | - |
| YUV | 124.88 | 182.25 | 177.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 71 | 221 | 0.12 | 0.68 | 0 | 0.13 | 289.2 | 0.69 | 0.57 |
| Hex | C2 | 47 | DD | C | 44 | 0 | D | 121 | 45 | 39 |
| Octal | 302 | 107 | 335 | 14 | 104 | 0 | 15 | 441 | 105 | 71 |
| Binary | 11000010 | 1000111 | 11011101 | 1100 | 1000100 | 0 | 1101 | 100100001 | 1000101 | 111001 |
Color Harmonies of #C247DD
Complementary color
Monochromatic Colors of #C247DD
Black with #C247DD
Text Example
Text Example
White with #C247DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C247DD; }
p { color: rgb(194,71,221); }
H1.HeaderClassName
{
color: #C247DD;
}
.AnyTagClassName
{
color: #C247DD;
}
</style>
background-color css
<style>
a { background-color: #C247DD; }
a { background-color: rgb(194,71,221); }
div.DivClassName
{
background-color: #C247DD;
}
.BgClassName
{
background-color: #C247DD;
}
</style>
border-color css
<style>
span { border-color: #C247DD; }
span { border-color: rgb(194,71,221); }
td.TdClassName
{
border-color: #C247DD;
}
.TagClassName
{
border-color: #C247DD;
}
</style>