Shades of Medium Orchid #C944EF
Tints of Medium Orchid #C944EF
RGB
CMYK
RGB Variations
Color information
#C944EF (or 0xC944EF) is known color: Medium Orchid. HEX triplet: C9, 44 and EF. RGB value is (201,68,239). Sum of RGB (Red+Green+Blue) = 201+68+239=508 (67% of max value = 765). Red value is 201 (78.91% from 255 or 39.57% from 508); Green value is 68 (26.95% from 255 or 13.39% from 508); Blue value is 239 (93.75% from 255 or 47.05% from 508); Max value from RGB is 239 - color contains mainly: blue. Hex color #C944EF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C944EF is #36BB10. Grayscale: #7E7E7E. Windows color (decimal): -3586833 or 15680713. OLE color: 15680713.
HSL color Cylindrical-coordinate representation of color #C944EF: hue angle of 286.67º 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 #C944EF is Cyan = 0.16, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 201 | 68 | 239 | - |
| CMYK | 0.16 | 0.72 | 0 | 0.06 |
| HSL | 286.67º | 0.84% | 0.6% | - |
| HSV(B) | 286.67º | 0.72% | 0.94% | - |
| XYZ | 41.73 | 22.78 | 83.86 | - |
| YUV | 127.26 | 191.06 | 180.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 68 | 239 | 0.16 | 0.72 | 0 | 0.06 | 286.67 | 0.84 | 0.6 |
| Hex | C9 | 44 | EF | 10 | 48 | 0 | 6 | 11F | 54 | 3C |
| Octal | 311 | 104 | 357 | 20 | 110 | 0 | 6 | 437 | 124 | 74 |
| Binary | 11001001 | 1000100 | 11101111 | 10000 | 1001000 | 0 | 110 | 100011111 | 1010100 | 111100 |
Color Harmonies of #C944EF
Complementary color
Monochromatic Colors of #C944EF
Black with #C944EF
Text Example
Text Example
White with #C944EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C944EF; }
p { color: rgb(201,68,239); }
H1.HeaderClassName
{
color: #C944EF;
}
.AnyTagClassName
{
color: #C944EF;
}
</style>
background-color css
<style>
a { background-color: #C944EF; }
a { background-color: rgb(201,68,239); }
div.DivClassName
{
background-color: #C944EF;
}
.BgClassName
{
background-color: #C944EF;
}
</style>
border-color css
<style>
span { border-color: #C944EF; }
span { border-color: rgb(201,68,239); }
td.TdClassName
{
border-color: #C944EF;
}
.TagClassName
{
border-color: #C944EF;
}
</style>