Shades of Medium Orchid #C844F0
Tints of Medium Orchid #C844F0
RGB
CMYK
RGB Variations
Color information
#C844F0 (or 0xC844F0) is known color: Medium Orchid. HEX triplet: C8, 44 and F0. RGB value is (200,68,240). Sum of RGB (Red+Green+Blue) = 200+68+240=508 (67% of max value = 765). Red value is 200 (78.52% from 255 or 39.37% from 508); Green value is 68 (26.95% from 255 or 13.39% from 508); Blue value is 240 (94.14% from 255 or 47.24% from 508); Max value from RGB is 240 - color contains mainly: blue. Hex color #C844F0 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C844F0 is #37BB0F. Grayscale: #7E7E7E. Windows color (decimal): -3652368 or 15746248. OLE color: 15746248.
HSL color Cylindrical-coordinate representation of color #C844F0: hue angle of 286.05º degrees, saturation: 0.85, 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 #C844F0 is Cyan = 0.17, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 200 | 68 | 240 | - |
| CMYK | 0.17 | 0.72 | 0 | 0.06 |
| HSL | 286.05º | 0.85% | 0.6% | - |
| HSV(B) | 286.05º | 0.72% | 0.94% | - |
| XYZ | 41.61 | 22.7 | 84.63 | - |
| YUV | 127.08 | 191.73 | 180.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 68 | 240 | 0.17 | 0.72 | 0 | 0.06 | 286.05 | 0.85 | 0.6 |
| Hex | C8 | 44 | F0 | 11 | 48 | 0 | 6 | 11E | 55 | 3C |
| Octal | 310 | 104 | 360 | 21 | 110 | 0 | 6 | 436 | 125 | 74 |
| Binary | 11001000 | 1000100 | 11110000 | 10001 | 1001000 | 0 | 110 | 100011110 | 1010101 | 111100 |
Color Harmonies of #C844F0
Complementary color
Monochromatic Colors of #C844F0
Black with #C844F0
Text Example
Text Example
White with #C844F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C844F0; }
p { color: rgb(200,68,240); }
H1.HeaderClassName
{
color: #C844F0;
}
.AnyTagClassName
{
color: #C844F0;
}
</style>
background-color css
<style>
a { background-color: #C844F0; }
a { background-color: rgb(200,68,240); }
div.DivClassName
{
background-color: #C844F0;
}
.BgClassName
{
background-color: #C844F0;
}
</style>
border-color css
<style>
span { border-color: #C844F0; }
span { border-color: rgb(200,68,240); }
td.TdClassName
{
border-color: #C844F0;
}
.TagClassName
{
border-color: #C844F0;
}
</style>