Shades of Medium Orchid #C244D1
Tints of Medium Orchid #C244D1
RGB
CMYK
RGB Variations
Color information
#C244D1 (or 0xC244D1) is known color: Medium Orchid. HEX triplet: C2, 44 and D1. RGB value is (194,68,209). Sum of RGB (Red+Green+Blue) = 194+68+209=471 (62% of max value = 765). Red value is 194 (76.17% from 255 or 41.19% from 471); Green value is 68 (26.95% from 255 or 14.44% from 471); Blue value is 209 (82.03% from 255 or 44.37% from 471); Max value from RGB is 209 - color contains mainly: blue. Hex color #C244D1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C244D1 is #3DBB2E. Grayscale: #797979. Windows color (decimal): -4045615 or 13714626. OLE color: 13714626.
HSL color Cylindrical-coordinate representation of color #C244D1: hue angle of 293.62º degrees, saturation: 0.61, 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 #C244D1 is Cyan = 0.07, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 194 | 68 | 209 | - |
| CMYK | 0.07 | 0.67 | 0 | 0.18 |
| HSL | 293.62º | 0.61% | 0.54% | - |
| HSV(B) | 293.62º | 0.67% | 0.82% | - |
| XYZ | 35.82 | 20.21 | 62.33 | - |
| YUV | 121.75 | 177.24 | 179.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 68 | 209 | 0.07 | 0.67 | 0 | 0.18 | 293.62 | 0.61 | 0.54 |
| Hex | C2 | 44 | D1 | 7 | 43 | 0 | 12 | 126 | 3D | 36 |
| Octal | 302 | 104 | 321 | 7 | 103 | 0 | 22 | 446 | 75 | 66 |
| Binary | 11000010 | 1000100 | 11010001 | 111 | 1000011 | 0 | 10010 | 100100110 | 111101 | 110110 |
Color Harmonies of #C244D1
Complementary color
Monochromatic Colors of #C244D1
Black with #C244D1
Text Example
Text Example
White with #C244D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C244D1; }
p { color: rgb(194,68,209); }
H1.HeaderClassName
{
color: #C244D1;
}
.AnyTagClassName
{
color: #C244D1;
}
</style>
background-color css
<style>
a { background-color: #C244D1; }
a { background-color: rgb(194,68,209); }
div.DivClassName
{
background-color: #C244D1;
}
.BgClassName
{
background-color: #C244D1;
}
</style>
border-color css
<style>
span { border-color: #C244D1; }
span { border-color: rgb(194,68,209); }
td.TdClassName
{
border-color: #C244D1;
}
.TagClassName
{
border-color: #C244D1;
}
</style>