Shades of Medium Orchid #C44BE8
Tints of Medium Orchid #C44BE8
RGB
CMYK
RGB Variations
Color information
#C44BE8 (or 0xC44BE8) is known color: Medium Orchid. HEX triplet: C4, 4B and E8. RGB value is (196,75,232). Sum of RGB (Red+Green+Blue) = 196+75+232=503 (66% of max value = 765). Red value is 196 (76.95% from 255 or 38.97% from 503); Green value is 75 (29.69% from 255 or 14.91% from 503); Blue value is 232 (91.02% from 255 or 46.12% from 503); Max value from RGB is 232 - color contains mainly: blue. Hex color #C44BE8 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C44BE8 is #3BB417. Grayscale: #808080. Windows color (decimal): -3912728 or 15223748. OLE color: 15223748.
HSL color Cylindrical-coordinate representation of color #C44BE8: hue angle of 286.24º degrees, saturation: 0.77, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C44BE8 is Cyan = 0.16, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 196 | 75 | 232 | - |
| CMYK | 0.16 | 0.68 | 0 | 0.09 |
| HSL | 286.24º | 0.77% | 0.6% | - |
| HSV(B) | 286.24º | 0.68% | 0.91% | - |
| XYZ | 39.85 | 22.59 | 78.6 | - |
| YUV | 129.08 | 186.09 | 175.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 75 | 232 | 0.16 | 0.68 | 0 | 0.09 | 286.24 | 0.77 | 0.6 |
| Hex | C4 | 4B | E8 | 10 | 44 | 0 | 9 | 11E | 4D | 3C |
| Octal | 304 | 113 | 350 | 20 | 104 | 0 | 11 | 436 | 115 | 74 |
| Binary | 11000100 | 1001011 | 11101000 | 10000 | 1000100 | 0 | 1001 | 100011110 | 1001101 | 111100 |
Color Harmonies of #C44BE8
Complementary color
Monochromatic Colors of #C44BE8
Black with #C44BE8
Text Example
Text Example
White with #C44BE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C44BE8; }
p { color: rgb(196,75,232); }
H1.HeaderClassName
{
color: #C44BE8;
}
.AnyTagClassName
{
color: #C44BE8;
}
</style>
background-color css
<style>
a { background-color: #C44BE8; }
a { background-color: rgb(196,75,232); }
div.DivClassName
{
background-color: #C44BE8;
}
.BgClassName
{
background-color: #C44BE8;
}
</style>
border-color css
<style>
span { border-color: #C44BE8; }
span { border-color: rgb(196,75,232); }
td.TdClassName
{
border-color: #C44BE8;
}
.TagClassName
{
border-color: #C44BE8;
}
</style>