Shades of Medium Orchid #C445E4
Tints of Medium Orchid #C445E4
RGB
CMYK
RGB Variations
Color information
#C445E4 (or 0xC445E4) is known color: Medium Orchid. HEX triplet: C4, 45 and E4. RGB value is (196,69,228). Sum of RGB (Red+Green+Blue) = 196+69+228=493 (65% of max value = 765). Red value is 196 (76.95% from 255 or 39.76% from 493); Green value is 69 (27.34% from 255 or 14.00% from 493); Blue value is 228 (89.45% from 255 or 46.25% from 493); Max value from RGB is 228 - color contains mainly: blue. Hex color #C445E4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C445E4 is #3BBA1B. Grayscale: #7C7C7C. Windows color (decimal): -3914268 or 14960068. OLE color: 14960068.
HSL color Cylindrical-coordinate representation of color #C445E4: hue angle of 287.92º degrees, saturation: 0.75, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C445E4 is Cyan = 0.14, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 196 | 69 | 228 | - |
| CMYK | 0.14 | 0.70 | 0 | 0.11 |
| HSL | 287.92º | 0.75% | 0.58% | - |
| HSV(B) | 287.92º | 0.7% | 0.89% | - |
| XYZ | 38.9 | 21.59 | 75.52 | - |
| YUV | 125.1 | 186.08 | 178.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 69 | 228 | 0.14 | 0.70 | 0 | 0.11 | 287.92 | 0.75 | 0.58 |
| Hex | C4 | 45 | E4 | E | 46 | 0 | B | 120 | 4B | 3A |
| Octal | 304 | 105 | 344 | 16 | 106 | 0 | 13 | 440 | 113 | 72 |
| Binary | 11000100 | 1000101 | 11100100 | 1110 | 1000110 | 0 | 1011 | 100100000 | 1001011 | 111010 |
Color Harmonies of #C445E4
Complementary color
Monochromatic Colors of #C445E4
Black with #C445E4
Text Example
Text Example
White with #C445E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C445E4; }
p { color: rgb(196,69,228); }
H1.HeaderClassName
{
color: #C445E4;
}
.AnyTagClassName
{
color: #C445E4;
}
</style>
background-color css
<style>
a { background-color: #C445E4; }
a { background-color: rgb(196,69,228); }
div.DivClassName
{
background-color: #C445E4;
}
.BgClassName
{
background-color: #C445E4;
}
</style>
border-color css
<style>
span { border-color: #C445E4; }
span { border-color: rgb(196,69,228); }
td.TdClassName
{
border-color: #C445E4;
}
.TagClassName
{
border-color: #C445E4;
}
</style>