Shades of Medium Orchid #C44BE2
Tints of Medium Orchid #C44BE2
RGB
CMYK
RGB Variations
Color information
#C44BE2 (or 0xC44BE2) is known color: Medium Orchid. HEX triplet: C4, 4B and E2. RGB value is (196,75,226). Sum of RGB (Red+Green+Blue) = 196+75+226=497 (65% of max value = 765). Red value is 196 (76.95% from 255 or 39.44% from 497); Green value is 75 (29.69% from 255 or 15.09% from 497); Blue value is 226 (88.67% from 255 or 45.47% from 497); Max value from RGB is 226 - color contains mainly: blue. Hex color #C44BE2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C44BE2 is #3BB41D. Grayscale: #7F7F7F. Windows color (decimal): -3912734 or 14830532. OLE color: 14830532.
HSL color Cylindrical-coordinate representation of color #C44BE2: hue angle of 288.08º degrees, saturation: 0.72, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C44BE2 is Cyan = 0.13, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 196 | 75 | 226 | - |
| CMYK | 0.13 | 0.67 | 0 | 0.11 |
| HSL | 288.08º | 0.72% | 0.59% | - |
| HSV(B) | 288.08º | 0.67% | 0.89% | - |
| XYZ | 39.01 | 22.26 | 74.19 | - |
| YUV | 128.39 | 183.09 | 176.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 75 | 226 | 0.13 | 0.67 | 0 | 0.11 | 288.08 | 0.72 | 0.59 |
| Hex | C4 | 4B | E2 | D | 43 | 0 | B | 120 | 48 | 3B |
| Octal | 304 | 113 | 342 | 15 | 103 | 0 | 13 | 440 | 110 | 73 |
| Binary | 11000100 | 1001011 | 11100010 | 1101 | 1000011 | 0 | 1011 | 100100000 | 1001000 | 111011 |
Color Harmonies of #C44BE2
Complementary color
Monochromatic Colors of #C44BE2
Black with #C44BE2
Text Example
Text Example
White with #C44BE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C44BE2; }
p { color: rgb(196,75,226); }
H1.HeaderClassName
{
color: #C44BE2;
}
.AnyTagClassName
{
color: #C44BE2;
}
</style>
background-color css
<style>
a { background-color: #C44BE2; }
a { background-color: rgb(196,75,226); }
div.DivClassName
{
background-color: #C44BE2;
}
.BgClassName
{
background-color: #C44BE2;
}
</style>
border-color css
<style>
span { border-color: #C44BE2; }
span { border-color: rgb(196,75,226); }
td.TdClassName
{
border-color: #C44BE2;
}
.TagClassName
{
border-color: #C44BE2;
}
</style>