Shades of Medium Orchid #C44DEE
Tints of Medium Orchid #C44DEE
RGB
CMYK
RGB Variations
Color information
#C44DEE (or 0xC44DEE) is known color: Medium Orchid. HEX triplet: C4, 4D and EE. RGB value is (196,77,238). Sum of RGB (Red+Green+Blue) = 196+77+238=511 (67% of max value = 765). Red value is 196 (76.95% from 255 or 38.36% from 511); Green value is 77 (30.47% from 255 or 15.07% from 511); Blue value is 238 (93.36% from 255 or 46.58% from 511); Max value from RGB is 238 - color contains mainly: blue. Hex color #C44DEE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C44DEE is #3BB211. Grayscale: #828282. Windows color (decimal): -3912210 or 15617476. OLE color: 15617476.
HSL color Cylindrical-coordinate representation of color #C44DEE: hue angle of 284.35º degrees, saturation: 0.83, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C44DEE is Cyan = 0.18, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 196 | 77 | 238 | - |
| CMYK | 0.18 | 0.68 | 0 | 0.07 |
| HSL | 284.35º | 0.83% | 0.62% | - |
| HSV(B) | 284.35º | 0.68% | 0.93% | - |
| XYZ | 40.85 | 23.22 | 83.22 | - |
| YUV | 130.94 | 188.42 | 174.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 77 | 238 | 0.18 | 0.68 | 0 | 0.07 | 284.35 | 0.83 | 0.62 |
| Hex | C4 | 4D | EE | 12 | 44 | 0 | 7 | 11C | 53 | 3E |
| Octal | 304 | 115 | 356 | 22 | 104 | 0 | 7 | 434 | 123 | 76 |
| Binary | 11000100 | 1001101 | 11101110 | 10010 | 1000100 | 0 | 111 | 100011100 | 1010011 | 111110 |
Color Harmonies of #C44DEE
Complementary color
Monochromatic Colors of #C44DEE
Black with #C44DEE
Text Example
Text Example
White with #C44DEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C44DEE; }
p { color: rgb(196,77,238); }
H1.HeaderClassName
{
color: #C44DEE;
}
.AnyTagClassName
{
color: #C44DEE;
}
</style>
background-color css
<style>
a { background-color: #C44DEE; }
a { background-color: rgb(196,77,238); }
div.DivClassName
{
background-color: #C44DEE;
}
.BgClassName
{
background-color: #C44DEE;
}
</style>
border-color css
<style>
span { border-color: #C44DEE; }
span { border-color: rgb(196,77,238); }
td.TdClassName
{
border-color: #C44DEE;
}
.TagClassName
{
border-color: #C44DEE;
}
</style>