Shades of Medium Orchid #C445EE
Tints of Medium Orchid #C445EE
RGB
CMYK
RGB Variations
Color information
#C445EE (or 0xC445EE) is known color: Medium Orchid. HEX triplet: C4, 45 and EE. RGB value is (196,69,238). Sum of RGB (Red+Green+Blue) = 196+69+238=503 (66% of max value = 765). Red value is 196 (76.95% from 255 or 38.97% from 503); Green value is 69 (27.34% from 255 or 13.72% from 503); Blue value is 238 (93.36% from 255 or 47.32% from 503); Max value from RGB is 238 - color contains mainly: blue. Hex color #C445EE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C445EE is #3BBA11. Grayscale: #7D7D7D. Windows color (decimal): -3914258 or 15615428. OLE color: 15615428.
HSL color Cylindrical-coordinate representation of color #C445EE: hue angle of 285.09º degrees, saturation: 0.83, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C445EE is Cyan = 0.18, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 196 | 69 | 238 | - |
| CMYK | 0.18 | 0.71 | 0 | 0.07 |
| HSL | 285.09º | 0.83% | 0.6% | - |
| HSV(B) | 285.09º | 0.71% | 0.93% | - |
| XYZ | 40.33 | 22.17 | 83.04 | - |
| YUV | 126.24 | 191.08 | 177.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 69 | 238 | 0.18 | 0.71 | 0 | 0.07 | 285.09 | 0.83 | 0.6 |
| Hex | C4 | 45 | EE | 12 | 47 | 0 | 7 | 11D | 53 | 3C |
| Octal | 304 | 105 | 356 | 22 | 107 | 0 | 7 | 435 | 123 | 74 |
| Binary | 11000100 | 1000101 | 11101110 | 10010 | 1000111 | 0 | 111 | 100011101 | 1010011 | 111100 |
Color Harmonies of #C445EE
Complementary color
Monochromatic Colors of #C445EE
Black with #C445EE
Text Example
Text Example
White with #C445EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C445EE; }
p { color: rgb(196,69,238); }
H1.HeaderClassName
{
color: #C445EE;
}
.AnyTagClassName
{
color: #C445EE;
}
</style>
background-color css
<style>
a { background-color: #C445EE; }
a { background-color: rgb(196,69,238); }
div.DivClassName
{
background-color: #C445EE;
}
.BgClassName
{
background-color: #C445EE;
}
</style>
border-color css
<style>
span { border-color: #C445EE; }
span { border-color: rgb(196,69,238); }
td.TdClassName
{
border-color: #C445EE;
}
.TagClassName
{
border-color: #C445EE;
}
</style>