Shades of Medium Orchid #C44DE8
Tints of Medium Orchid #C44DE8
RGB
CMYK
RGB Variations
Color information
#C44DE8 (or 0xC44DE8) is known color: Medium Orchid. HEX triplet: C4, 4D and E8. RGB value is (196,77,232). Sum of RGB (Red+Green+Blue) = 196+77+232=505 (66% of max value = 765). Red value is 196 (76.95% from 255 or 38.81% from 505); Green value is 77 (30.47% from 255 or 15.25% from 505); Blue value is 232 (91.02% from 255 or 45.94% from 505); Max value from RGB is 232 - color contains mainly: blue. Hex color #C44DE8 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C44DE8 is #3BB217. Grayscale: #818181. Windows color (decimal): -3912216 or 15224260. OLE color: 15224260.
HSL color Cylindrical-coordinate representation of color #C44DE8: hue angle of 286.06º degrees, saturation: 0.77, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C44DE8 is Cyan = 0.16, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 196 | 77 | 232 | - |
| CMYK | 0.16 | 0.67 | 0 | 0.09 |
| HSL | 286.06º | 0.77% | 0.61% | - |
| HSV(B) | 286.06º | 0.67% | 0.91% | - |
| XYZ | 39.98 | 22.87 | 78.65 | - |
| YUV | 130.25 | 185.42 | 174.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 77 | 232 | 0.16 | 0.67 | 0 | 0.09 | 286.06 | 0.77 | 0.61 |
| Hex | C4 | 4D | E8 | 10 | 43 | 0 | 9 | 11E | 4D | 3D |
| Octal | 304 | 115 | 350 | 20 | 103 | 0 | 11 | 436 | 115 | 75 |
| Binary | 11000100 | 1001101 | 11101000 | 10000 | 1000011 | 0 | 1001 | 100011110 | 1001101 | 111101 |
Color Harmonies of #C44DE8
Complementary color
Monochromatic Colors of #C44DE8
Black with #C44DE8
Text Example
Text Example
White with #C44DE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C44DE8; }
p { color: rgb(196,77,232); }
H1.HeaderClassName
{
color: #C44DE8;
}
.AnyTagClassName
{
color: #C44DE8;
}
</style>
background-color css
<style>
a { background-color: #C44DE8; }
a { background-color: rgb(196,77,232); }
div.DivClassName
{
background-color: #C44DE8;
}
.BgClassName
{
background-color: #C44DE8;
}
</style>
border-color css
<style>
span { border-color: #C44DE8; }
span { border-color: rgb(196,77,232); }
td.TdClassName
{
border-color: #C44DE8;
}
.TagClassName
{
border-color: #C44DE8;
}
</style>