Shades of Medium Orchid #C44BE0
Tints of Medium Orchid #C44BE0
RGB
CMYK
RGB Variations
Color information
#C44BE0 (or 0xC44BE0) is known color: Medium Orchid. HEX triplet: C4, 4B and E0. RGB value is (196,75,224). Sum of RGB (Red+Green+Blue) = 196+75+224=495 (65% of max value = 765). Red value is 196 (76.95% from 255 or 39.60% from 495); Green value is 75 (29.69% from 255 or 15.15% from 495); Blue value is 224 (87.89% from 255 or 45.25% from 495); Max value from RGB is 224 - color contains mainly: blue. Hex color #C44BE0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C44BE0 is #3BB41F. Grayscale: #7F7F7F. Windows color (decimal): -3912736 or 14699460. OLE color: 14699460.
HSL color Cylindrical-coordinate representation of color #C44BE0: hue angle of 288.72º degrees, saturation: 0.71, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C44BE0 is Cyan = 0.12, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 196 | 75 | 224 | - |
| CMYK | 0.12 | 0.67 | 0 | 0.12 |
| HSL | 288.72º | 0.71% | 0.59% | - |
| HSV(B) | 288.72º | 0.67% | 0.88% | - |
| XYZ | 38.74 | 22.15 | 72.75 | - |
| YUV | 128.17 | 182.09 | 176.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 75 | 224 | 0.12 | 0.67 | 0 | 0.12 | 288.72 | 0.71 | 0.59 |
| Hex | C4 | 4B | E0 | C | 43 | 0 | C | 121 | 47 | 3B |
| Octal | 304 | 113 | 340 | 14 | 103 | 0 | 14 | 441 | 107 | 73 |
| Binary | 11000100 | 1001011 | 11100000 | 1100 | 1000011 | 0 | 1100 | 100100001 | 1000111 | 111011 |
Color Harmonies of #C44BE0
Complementary color
Monochromatic Colors of #C44BE0
Black with #C44BE0
Text Example
Text Example
White with #C44BE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C44BE0; }
p { color: rgb(196,75,224); }
H1.HeaderClassName
{
color: #C44BE0;
}
.AnyTagClassName
{
color: #C44BE0;
}
</style>
background-color css
<style>
a { background-color: #C44BE0; }
a { background-color: rgb(196,75,224); }
div.DivClassName
{
background-color: #C44BE0;
}
.BgClassName
{
background-color: #C44BE0;
}
</style>
border-color css
<style>
span { border-color: #C44BE0; }
span { border-color: rgb(196,75,224); }
td.TdClassName
{
border-color: #C44BE0;
}
.TagClassName
{
border-color: #C44BE0;
}
</style>