Shades of Medium Orchid #C244D0
Tints of Medium Orchid #C244D0
RGB
CMYK
RGB Variations
Color information
#C244D0 (or 0xC244D0) is known color: Medium Orchid. HEX triplet: C2, 44 and D0. RGB value is (194,68,208). Sum of RGB (Red+Green+Blue) = 194+68+208=470 (62% of max value = 765). Red value is 194 (76.17% from 255 or 41.28% from 470); Green value is 68 (26.95% from 255 or 14.47% from 470); Blue value is 208 (81.64% from 255 or 44.26% from 470); Max value from RGB is 208 - color contains mainly: blue. Hex color #C244D0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C244D0 is #3DBB2F. Grayscale: #797979. Windows color (decimal): -4045616 or 13649090. OLE color: 13649090.
HSL color Cylindrical-coordinate representation of color #C244D0: hue angle of 294º degrees, saturation: 0.6, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C244D0 is Cyan = 0.07, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 194 | 68 | 208 | - |
| CMYK | 0.07 | 0.67 | 0 | 0.18 |
| HSL | 294º | 0.6% | 0.54% | - |
| HSV(B) | 294º | 0.67% | 0.82% | - |
| XYZ | 35.7 | 20.16 | 61.68 | - |
| YUV | 121.63 | 176.74 | 179.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 68 | 208 | 0.07 | 0.67 | 0 | 0.18 | 294 | 0.6 | 0.54 |
| Hex | C2 | 44 | D0 | 7 | 43 | 0 | 12 | 126 | 3C | 36 |
| Octal | 302 | 104 | 320 | 7 | 103 | 0 | 22 | 446 | 74 | 66 |
| Binary | 11000010 | 1000100 | 11010000 | 111 | 1000011 | 0 | 10010 | 100100110 | 111100 | 110110 |
Color Harmonies of #C244D0
Complementary color
Monochromatic Colors of #C244D0
Black with #C244D0
Text Example
Text Example
White with #C244D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C244D0; }
p { color: rgb(194,68,208); }
H1.HeaderClassName
{
color: #C244D0;
}
.AnyTagClassName
{
color: #C244D0;
}
</style>
background-color css
<style>
a { background-color: #C244D0; }
a { background-color: rgb(194,68,208); }
div.DivClassName
{
background-color: #C244D0;
}
.BgClassName
{
background-color: #C244D0;
}
</style>
border-color css
<style>
span { border-color: #C244D0; }
span { border-color: rgb(194,68,208); }
td.TdClassName
{
border-color: #C244D0;
}
.TagClassName
{
border-color: #C244D0;
}
</style>