Shades of Medium Orchid #C44FEE
Tints of Medium Orchid #C44FEE
RGB
CMYK
RGB Variations
Color information
#C44FEE (or 0xC44FEE) is known color: Medium Orchid. HEX triplet: C4, 4F and EE. RGB value is (196,79,238). Sum of RGB (Red+Green+Blue) = 196+79+238=513 (67% of max value = 765). Red value is 196 (76.95% from 255 or 38.21% from 513); Green value is 79 (31.25% from 255 or 15.40% from 513); Blue value is 238 (93.36% from 255 or 46.39% from 513); Max value from RGB is 238 - color contains mainly: blue. Hex color #C44FEE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C44FEE is #3BB011. Grayscale: #838383. Windows color (decimal): -3911698 or 15617988. OLE color: 15617988.
HSL color Cylindrical-coordinate representation of color #C44FEE: hue angle of 284.15º 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 #C44FEE is Cyan = 0.18, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 196 | 79 | 238 | - |
| CMYK | 0.18 | 0.67 | 0 | 0.07 |
| HSL | 284.15º | 0.82% | 0.62% | - |
| HSV(B) | 284.15º | 0.67% | 0.93% | - |
| XYZ | 40.99 | 23.5 | 83.26 | - |
| YUV | 132.11 | 187.76 | 173.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 79 | 238 | 0.18 | 0.67 | 0 | 0.07 | 284.15 | 0.82 | 0.62 |
| Hex | C4 | 4F | EE | 12 | 43 | 0 | 7 | 11C | 52 | 3E |
| Octal | 304 | 117 | 356 | 22 | 103 | 0 | 7 | 434 | 122 | 76 |
| Binary | 11000100 | 1001111 | 11101110 | 10010 | 1000011 | 0 | 111 | 100011100 | 1010010 | 111110 |
Color Harmonies of #C44FEE
Complementary color
Monochromatic Colors of #C44FEE
Black with #C44FEE
Text Example
Text Example
White with #C44FEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C44FEE; }
p { color: rgb(196,79,238); }
H1.HeaderClassName
{
color: #C44FEE;
}
.AnyTagClassName
{
color: #C44FEE;
}
</style>
background-color css
<style>
a { background-color: #C44FEE; }
a { background-color: rgb(196,79,238); }
div.DivClassName
{
background-color: #C44FEE;
}
.BgClassName
{
background-color: #C44FEE;
}
</style>
border-color css
<style>
span { border-color: #C44FEE; }
span { border-color: rgb(196,79,238); }
td.TdClassName
{
border-color: #C44FEE;
}
.TagClassName
{
border-color: #C44FEE;
}
</style>