Shades of Medium Orchid #C436F0
Tints of Medium Orchid #C436F0
RGB
CMYK
RGB Variations
Color information
#C436F0 (or 0xC436F0) is known color: Medium Orchid. HEX triplet: C4, 36 and F0. RGB value is (196,54,240). Sum of RGB (Red+Green+Blue) = 196+54+240=490 (64% of max value = 765). Red value is 196 (76.95% from 255 or 40% from 490); Green value is 54 (21.48% from 255 or 11.02% from 490); Blue value is 240 (94.14% from 255 or 48.98% from 490); Max value from RGB is 240 - color contains mainly: blue. Hex color #C436F0 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C436F0 is #3BC90F. Grayscale: #757575. Windows color (decimal): -3918096 or 15742660. OLE color: 15742660.
HSL color Cylindrical-coordinate representation of color #C436F0: hue angle of 285.81º degrees, saturation: 0.86, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C436F0 is Cyan = 0.18, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 196 | 54 | 240 | - |
| CMYK | 0.18 | 0.78 | 0 | 0.06 |
| HSL | 285.81º | 0.86% | 0.58% | - |
| HSV(B) | 285.81º | 0.78% | 0.94% | - |
| XYZ | 39.81 | 20.67 | 84.33 | - |
| YUV | 117.66 | 197.04 | 183.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 54 | 240 | 0.18 | 0.78 | 0 | 0.06 | 285.81 | 0.86 | 0.58 |
| Hex | C4 | 36 | F0 | 12 | 4E | 0 | 6 | 11E | 56 | 3A |
| Octal | 304 | 66 | 360 | 22 | 116 | 0 | 6 | 436 | 126 | 72 |
| Binary | 11000100 | 110110 | 11110000 | 10010 | 1001110 | 0 | 110 | 100011110 | 1010110 | 111010 |
Color Harmonies of #C436F0
Complementary color
Monochromatic Colors of #C436F0
Black with #C436F0
Text Example
Text Example
White with #C436F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C436F0; }
p { color: rgb(196,54,240); }
H1.HeaderClassName
{
color: #C436F0;
}
.AnyTagClassName
{
color: #C436F0;
}
</style>
background-color css
<style>
a { background-color: #C436F0; }
a { background-color: rgb(196,54,240); }
div.DivClassName
{
background-color: #C436F0;
}
.BgClassName
{
background-color: #C436F0;
}
</style>
border-color css
<style>
span { border-color: #C436F0; }
span { border-color: rgb(196,54,240); }
td.TdClassName
{
border-color: #C436F0;
}
.TagClassName
{
border-color: #C436F0;
}
</style>