Shades of Medium Orchid #C944FC
Tints of Medium Orchid #C944FC
RGB
CMYK
RGB Variations
Color information
#C944FC (or 0xC944FC) is known color: Medium Orchid. HEX triplet: C9, 44 and FC. RGB value is (201,68,252). Sum of RGB (Red+Green+Blue) = 201+68+252=521 (69% of max value = 765). Red value is 201 (78.91% from 255 or 38.58% from 521); Green value is 68 (26.95% from 255 or 13.05% from 521); Blue value is 252 (98.83% from 255 or 48.37% from 521); Max value from RGB is 252 - color contains mainly: blue. Hex color #C944FC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C944FC is #36BB03. Grayscale: #808080. Windows color (decimal): -3586820 or 16532681. OLE color: 16532681.
HSL color Cylindrical-coordinate representation of color #C944FC: hue angle of 283.37º degrees, saturation: 0.97, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C944FC is Cyan = 0.20, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 201 | 68 | 252 | - |
| CMYK | 0.20 | 0.73 | 0 | 0.01 |
| HSL | 283.37º | 0.97% | 0.63% | - |
| HSV(B) | 283.37º | 0.73% | 0.99% | - |
| XYZ | 43.73 | 23.58 | 94.34 | - |
| YUV | 128.74 | 197.56 | 179.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 68 | 252 | 0.20 | 0.73 | 0 | 0.01 | 283.37 | 0.97 | 0.63 |
| Hex | C9 | 44 | FC | 14 | 49 | 0 | 1 | 11B | 61 | 3F |
| Octal | 311 | 104 | 374 | 24 | 111 | 0 | 1 | 433 | 141 | 77 |
| Binary | 11001001 | 1000100 | 11111100 | 10100 | 1001001 | 0 | 1 | 100011011 | 1100001 | 111111 |
Color Harmonies of #C944FC
Complementary color
Monochromatic Colors of #C944FC
Black with #C944FC
Text Example
Text Example
White with #C944FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C944FC; }
p { color: rgb(201,68,252); }
H1.HeaderClassName
{
color: #C944FC;
}
.AnyTagClassName
{
color: #C944FC;
}
</style>
background-color css
<style>
a { background-color: #C944FC; }
a { background-color: rgb(201,68,252); }
div.DivClassName
{
background-color: #C944FC;
}
.BgClassName
{
background-color: #C944FC;
}
</style>
border-color css
<style>
span { border-color: #C944FC; }
span { border-color: rgb(201,68,252); }
td.TdClassName
{
border-color: #C944FC;
}
.TagClassName
{
border-color: #C944FC;
}
</style>