Shades of Medium Orchid #C244FF
Tints of Medium Orchid #C244FF
RGB
CMYK
RGB Variations
Color information
#C244FF (or 0xC244FF) is known color: Medium Orchid. HEX triplet: C2, 44 and FF. RGB value is (194,68,255). Sum of RGB (Red+Green+Blue) = 194+68+255=517 (68% of max value = 765). Red value is 194 (76.17% from 255 or 37.52% from 517); Green value is 68 (26.95% from 255 or 13.15% from 517); Blue value is 255 (100% from 255 or 49.32% from 517); Max value from RGB is 255 - color contains mainly: blue. Hex color #C244FF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C244FF is #3DBB00. Grayscale: #7E7E7E. Windows color (decimal): -4045569 or 16729282. OLE color: 16729282.
HSL color Cylindrical-coordinate representation of color #C244FF: hue angle of 280.43º degrees, saturation: 1, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C244FF is Cyan = 0.24, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 194 | 68 | 255 | - |
| CMYK | 0.24 | 0.73 | 0 | 0 |
| HSL | 280.43º | 1% | 0.63% | - |
| HSV(B) | 280.43º | 0.73% | 1% | - |
| XYZ | 42.37 | 22.82 | 96.78 | - |
| YUV | 126.99 | 200.24 | 175.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 68 | 255 | 0.24 | 0.73 | 0 | 0 | 280.43 | 1 | 0.63 |
| Hex | C2 | 44 | FF | 18 | 49 | 0 | 0 | 118 | 64 | 3F |
| Octal | 302 | 104 | 377 | 30 | 111 | 0 | 0 | 430 | 144 | 77 |
| Binary | 11000010 | 1000100 | 11111111 | 11000 | 1001001 | 0 | 0 | 100011000 | 1100100 | 111111 |
Color Harmonies of #C244FF
Complementary color
Monochromatic Colors of #C244FF
Black with #C244FF
Text Example
Text Example
White with #C244FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C244FF; }
p { color: rgb(194,68,255); }
H1.HeaderClassName
{
color: #C244FF;
}
.AnyTagClassName
{
color: #C244FF;
}
</style>
background-color css
<style>
a { background-color: #C244FF; }
a { background-color: rgb(194,68,255); }
div.DivClassName
{
background-color: #C244FF;
}
.BgClassName
{
background-color: #C244FF;
}
</style>
border-color css
<style>
span { border-color: #C244FF; }
span { border-color: rgb(194,68,255); }
td.TdClassName
{
border-color: #C244FF;
}
.TagClassName
{
border-color: #C244FF;
}
</style>