Shades of Medium Orchid #C44DEF
Tints of Medium Orchid #C44DEF
RGB
CMYK
RGB Variations
Color information
#C44DEF (or 0xC44DEF) is known color: Medium Orchid. HEX triplet: C4, 4D and EF. RGB value is (196,77,239). Sum of RGB (Red+Green+Blue) = 196+77+239=512 (67% of max value = 765). Red value is 196 (76.95% from 255 or 38.28% from 512); Green value is 77 (30.47% from 255 or 15.04% from 512); Blue value is 239 (93.75% from 255 or 46.68% from 512); Max value from RGB is 239 - color contains mainly: blue. Hex color #C44DEF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C44DEF is #3BB210. Grayscale: #828282. Windows color (decimal): -3912209 or 15683012. OLE color: 15683012.
HSL color Cylindrical-coordinate representation of color #C44DEF: hue angle of 284.07º degrees, saturation: 0.84, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C44DEF is Cyan = 0.18, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 196 | 77 | 239 | - |
| CMYK | 0.18 | 0.68 | 0 | 0.06 |
| HSL | 284.07º | 0.84% | 0.62% | - |
| HSV(B) | 284.07º | 0.68% | 0.94% | - |
| XYZ | 41 | 23.28 | 83.99 | - |
| YUV | 131.05 | 188.92 | 174.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 77 | 239 | 0.18 | 0.68 | 0 | 0.06 | 284.07 | 0.84 | 0.62 |
| Hex | C4 | 4D | EF | 12 | 44 | 0 | 6 | 11C | 54 | 3E |
| Octal | 304 | 115 | 357 | 22 | 104 | 0 | 6 | 434 | 124 | 76 |
| Binary | 11000100 | 1001101 | 11101111 | 10010 | 1000100 | 0 | 110 | 100011100 | 1010100 | 111110 |
Color Harmonies of #C44DEF
Complementary color
Monochromatic Colors of #C44DEF
Black with #C44DEF
Text Example
Text Example
White with #C44DEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C44DEF; }
p { color: rgb(196,77,239); }
H1.HeaderClassName
{
color: #C44DEF;
}
.AnyTagClassName
{
color: #C44DEF;
}
</style>
background-color css
<style>
a { background-color: #C44DEF; }
a { background-color: rgb(196,77,239); }
div.DivClassName
{
background-color: #C44DEF;
}
.BgClassName
{
background-color: #C44DEF;
}
</style>
border-color css
<style>
span { border-color: #C44DEF; }
span { border-color: rgb(196,77,239); }
td.TdClassName
{
border-color: #C44DEF;
}
.TagClassName
{
border-color: #C44DEF;
}
</style>