Shades of Medium Orchid #C446EF
Tints of Medium Orchid #C446EF
RGB
CMYK
RGB Variations
Color information
#C446EF (or 0xC446EF) is known color: Medium Orchid. HEX triplet: C4, 46 and EF. RGB value is (196,70,239). Sum of RGB (Red+Green+Blue) = 196+70+239=505 (66% of max value = 765). Red value is 196 (76.95% from 255 or 38.81% from 505); Green value is 70 (27.73% from 255 or 13.86% from 505); Blue value is 239 (93.75% from 255 or 47.33% from 505); Max value from RGB is 239 - color contains mainly: blue. Hex color #C446EF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C446EF is #3BB910. Grayscale: #7E7E7E. Windows color (decimal): -3914001 or 15681220. OLE color: 15681220.
HSL color Cylindrical-coordinate representation of color #C446EF: hue angle of 284.73º degrees, saturation: 0.84, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C446EF is Cyan = 0.18, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 196 | 70 | 239 | - |
| CMYK | 0.18 | 0.71 | 0 | 0.06 |
| HSL | 284.73º | 0.84% | 0.61% | - |
| HSV(B) | 284.73º | 0.71% | 0.94% | - |
| XYZ | 40.54 | 22.35 | 83.84 | - |
| YUV | 126.94 | 191.24 | 177.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 70 | 239 | 0.18 | 0.71 | 0 | 0.06 | 284.73 | 0.84 | 0.61 |
| Hex | C4 | 46 | EF | 12 | 47 | 0 | 6 | 11D | 54 | 3D |
| Octal | 304 | 106 | 357 | 22 | 107 | 0 | 6 | 435 | 124 | 75 |
| Binary | 11000100 | 1000110 | 11101111 | 10010 | 1000111 | 0 | 110 | 100011101 | 1010100 | 111101 |
Color Harmonies of #C446EF
Complementary color
Monochromatic Colors of #C446EF
Black with #C446EF
Text Example
Text Example
White with #C446EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C446EF; }
p { color: rgb(196,70,239); }
H1.HeaderClassName
{
color: #C446EF;
}
.AnyTagClassName
{
color: #C446EF;
}
</style>
background-color css
<style>
a { background-color: #C446EF; }
a { background-color: rgb(196,70,239); }
div.DivClassName
{
background-color: #C446EF;
}
.BgClassName
{
background-color: #C446EF;
}
</style>
border-color css
<style>
span { border-color: #C446EF; }
span { border-color: rgb(196,70,239); }
td.TdClassName
{
border-color: #C446EF;
}
.TagClassName
{
border-color: #C446EF;
}
</style>