Shades of Medium Orchid #C44CEE
Tints of Medium Orchid #C44CEE
RGB
CMYK
RGB Variations
Color information
#C44CEE (or 0xC44CEE) is known color: Medium Orchid. HEX triplet: C4, 4C and EE. RGB value is (196,76,238). Sum of RGB (Red+Green+Blue) = 196+76+238=510 (67% of max value = 765). Red value is 196 (76.95% from 255 or 38.43% from 510); Green value is 76 (30.08% from 255 or 14.90% from 510); Blue value is 238 (93.36% from 255 or 46.67% from 510); Max value from RGB is 238 - color contains mainly: blue. Hex color #C44CEE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C44CEE is #3BB311. Grayscale: #818181. Windows color (decimal): -3912466 or 15617220. OLE color: 15617220.
HSL color Cylindrical-coordinate representation of color #C44CEE: hue angle of 284.44º 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 #C44CEE is Cyan = 0.18, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 196 | 76 | 238 | - |
| CMYK | 0.18 | 0.68 | 0 | 0.07 |
| HSL | 284.44º | 0.83% | 0.62% | - |
| HSV(B) | 284.44º | 0.68% | 0.93% | - |
| XYZ | 40.78 | 23.08 | 83.19 | - |
| YUV | 130.35 | 188.76 | 174.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 76 | 238 | 0.18 | 0.68 | 0 | 0.07 | 284.44 | 0.83 | 0.62 |
| Hex | C4 | 4C | EE | 12 | 44 | 0 | 7 | 11C | 53 | 3E |
| Octal | 304 | 114 | 356 | 22 | 104 | 0 | 7 | 434 | 123 | 76 |
| Binary | 11000100 | 1001100 | 11101110 | 10010 | 1000100 | 0 | 111 | 100011100 | 1010011 | 111110 |
Color Harmonies of #C44CEE
Complementary color
Monochromatic Colors of #C44CEE
Black with #C44CEE
Text Example
Text Example
White with #C44CEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C44CEE; }
p { color: rgb(196,76,238); }
H1.HeaderClassName
{
color: #C44CEE;
}
.AnyTagClassName
{
color: #C44CEE;
}
</style>
background-color css
<style>
a { background-color: #C44CEE; }
a { background-color: rgb(196,76,238); }
div.DivClassName
{
background-color: #C44CEE;
}
.BgClassName
{
background-color: #C44CEE;
}
</style>
border-color css
<style>
span { border-color: #C44CEE; }
span { border-color: rgb(196,76,238); }
td.TdClassName
{
border-color: #C44CEE;
}
.TagClassName
{
border-color: #C44CEE;
}
</style>