Shades of Medium Orchid #C44BEE
Tints of Medium Orchid #C44BEE
RGB
CMYK
RGB Variations
Color information
#C44BEE (or 0xC44BEE) is known color: Medium Orchid. HEX triplet: C4, 4B and EE. RGB value is (196,75,238). Sum of RGB (Red+Green+Blue) = 196+75+238=509 (67% of max value = 765). Red value is 196 (76.95% from 255 or 38.51% from 509); Green value is 75 (29.69% from 255 or 14.73% from 509); Blue value is 238 (93.36% from 255 or 46.76% from 509); Max value from RGB is 238 - color contains mainly: blue. Hex color #C44BEE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C44BEE is #3BB411. Grayscale: #818181. Windows color (decimal): -3912722 or 15616964. OLE color: 15616964.
HSL color Cylindrical-coordinate representation of color #C44BEE: hue angle of 284.54º degrees, saturation: 0.83, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C44BEE is Cyan = 0.18, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 196 | 75 | 238 | - |
| CMYK | 0.18 | 0.68 | 0 | 0.07 |
| HSL | 284.54º | 0.83% | 0.61% | - |
| HSV(B) | 284.54º | 0.68% | 0.93% | - |
| XYZ | 40.71 | 22.94 | 83.17 | - |
| YUV | 129.76 | 189.09 | 175.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 75 | 238 | 0.18 | 0.68 | 0 | 0.07 | 284.54 | 0.83 | 0.61 |
| Hex | C4 | 4B | EE | 12 | 44 | 0 | 7 | 11D | 53 | 3D |
| Octal | 304 | 113 | 356 | 22 | 104 | 0 | 7 | 435 | 123 | 75 |
| Binary | 11000100 | 1001011 | 11101110 | 10010 | 1000100 | 0 | 111 | 100011101 | 1010011 | 111101 |
Color Harmonies of #C44BEE
Complementary color
Monochromatic Colors of #C44BEE
Black with #C44BEE
Text Example
Text Example
White with #C44BEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C44BEE; }
p { color: rgb(196,75,238); }
H1.HeaderClassName
{
color: #C44BEE;
}
.AnyTagClassName
{
color: #C44BEE;
}
</style>
background-color css
<style>
a { background-color: #C44BEE; }
a { background-color: rgb(196,75,238); }
div.DivClassName
{
background-color: #C44BEE;
}
.BgClassName
{
background-color: #C44BEE;
}
</style>
border-color css
<style>
span { border-color: #C44BEE; }
span { border-color: rgb(196,75,238); }
td.TdClassName
{
border-color: #C44BEE;
}
.TagClassName
{
border-color: #C44BEE;
}
</style>