Shades of Medium Orchid #C44EED
Tints of Medium Orchid #C44EED
RGB
CMYK
RGB Variations
Color information
#C44EED (or 0xC44EED) is known color: Medium Orchid. HEX triplet: C4, 4E and ED. RGB value is (196,78,237). Sum of RGB (Red+Green+Blue) = 196+78+237=511 (67% of max value = 765). Red value is 196 (76.95% from 255 or 38.36% from 511); Green value is 78 (30.86% from 255 or 15.26% from 511); Blue value is 237 (92.97% from 255 or 46.38% from 511); Max value from RGB is 237 - color contains mainly: blue. Hex color #C44EED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C44EED is #3BB112. Grayscale: #828282. Windows color (decimal): -3911955 or 15552196. OLE color: 15552196.
HSL color Cylindrical-coordinate representation of color #C44EED: hue angle of 284.53º degrees, saturation: 0.82, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C44EED is Cyan = 0.17, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 196 | 78 | 237 | - |
| CMYK | 0.17 | 0.67 | 0 | 0.07 |
| HSL | 284.53º | 0.82% | 0.62% | - |
| HSV(B) | 284.53º | 0.67% | 0.93% | - |
| XYZ | 40.78 | 23.3 | 82.47 | - |
| YUV | 131.41 | 187.59 | 174.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 78 | 237 | 0.17 | 0.67 | 0 | 0.07 | 284.53 | 0.82 | 0.62 |
| Hex | C4 | 4E | ED | 11 | 43 | 0 | 7 | 11D | 52 | 3E |
| Octal | 304 | 116 | 355 | 21 | 103 | 0 | 7 | 435 | 122 | 76 |
| Binary | 11000100 | 1001110 | 11101101 | 10001 | 1000011 | 0 | 111 | 100011101 | 1010010 | 111110 |
Color Harmonies of #C44EED
Complementary color
Monochromatic Colors of #C44EED
Black with #C44EED
Text Example
Text Example
White with #C44EED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C44EED; }
p { color: rgb(196,78,237); }
H1.HeaderClassName
{
color: #C44EED;
}
.AnyTagClassName
{
color: #C44EED;
}
</style>
background-color css
<style>
a { background-color: #C44EED; }
a { background-color: rgb(196,78,237); }
div.DivClassName
{
background-color: #C44EED;
}
.BgClassName
{
background-color: #C44EED;
}
</style>
border-color css
<style>
span { border-color: #C44EED; }
span { border-color: rgb(196,78,237); }
td.TdClassName
{
border-color: #C44EED;
}
.TagClassName
{
border-color: #C44EED;
}
</style>