Shades of Medium Orchid #C244EF
Tints of Medium Orchid #C244EF
RGB
CMYK
RGB Variations
Color information
#C244EF (or 0xC244EF) is known color: Medium Orchid. HEX triplet: C2, 44 and EF. RGB value is (194,68,239). Sum of RGB (Red+Green+Blue) = 194+68+239=501 (66% of max value = 765). Red value is 194 (76.17% from 255 or 38.72% from 501); Green value is 68 (26.95% from 255 or 13.57% from 501); Blue value is 239 (93.75% from 255 or 47.70% from 501); Max value from RGB is 239 - color contains mainly: blue. Hex color #C244EF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C244EF is #3DBB10. Grayscale: #7C7C7C. Windows color (decimal): -4045585 or 15680706. OLE color: 15680706.
HSL color Cylindrical-coordinate representation of color #C244EF: hue angle of 284.21º degrees, saturation: 0.84, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C244EF is Cyan = 0.19, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 194 | 68 | 239 | - |
| CMYK | 0.19 | 0.72 | 0 | 0.06 |
| HSL | 284.21º | 0.84% | 0.6% | - |
| HSV(B) | 284.21º | 0.72% | 0.94% | - |
| XYZ | 39.9 | 21.84 | 83.77 | - |
| YUV | 125.17 | 192.24 | 177.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 68 | 239 | 0.19 | 0.72 | 0 | 0.06 | 284.21 | 0.84 | 0.6 |
| Hex | C2 | 44 | EF | 13 | 48 | 0 | 6 | 11C | 54 | 3C |
| Octal | 302 | 104 | 357 | 23 | 110 | 0 | 6 | 434 | 124 | 74 |
| Binary | 11000010 | 1000100 | 11101111 | 10011 | 1001000 | 0 | 110 | 100011100 | 1010100 | 111100 |
Color Harmonies of #C244EF
Complementary color
Monochromatic Colors of #C244EF
Black with #C244EF
Text Example
Text Example
White with #C244EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C244EF; }
p { color: rgb(194,68,239); }
H1.HeaderClassName
{
color: #C244EF;
}
.AnyTagClassName
{
color: #C244EF;
}
</style>
background-color css
<style>
a { background-color: #C244EF; }
a { background-color: rgb(194,68,239); }
div.DivClassName
{
background-color: #C244EF;
}
.BgClassName
{
background-color: #C244EF;
}
</style>
border-color css
<style>
span { border-color: #C244EF; }
span { border-color: rgb(194,68,239); }
td.TdClassName
{
border-color: #C244EF;
}
.TagClassName
{
border-color: #C244EF;
}
</style>