Shades of Medium Orchid #C436D0
Tints of Medium Orchid #C436D0
RGB
CMYK
RGB Variations
Color information
#C436D0 (or 0xC436D0) is known color: Medium Orchid. HEX triplet: C4, 36 and D0. RGB value is (196,54,208). Sum of RGB (Red+Green+Blue) = 196+54+208=458 (60% of max value = 765). Red value is 196 (76.95% from 255 or 42.79% from 458); Green value is 54 (21.48% from 255 or 11.79% from 458); Blue value is 208 (81.64% from 255 or 45.41% from 458); Max value from RGB is 208 - color contains mainly: blue. Hex color #C436D0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C436D0 is #3BC92F. Grayscale: #717171. Windows color (decimal): -3918128 or 13645508. OLE color: 13645508.
HSL color Cylindrical-coordinate representation of color #C436D0: hue angle of 295.32º degrees, saturation: 0.62, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C436D0 is Cyan = 0.06, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 196 | 54 | 208 | - |
| CMYK | 0.06 | 0.74 | 0 | 0.18 |
| HSL | 295.32º | 0.62% | 0.51% | - |
| HSV(B) | 295.32º | 0.74% | 0.82% | - |
| XYZ | 35.47 | 18.93 | 61.46 | - |
| YUV | 114.01 | 181.04 | 186.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 54 | 208 | 0.06 | 0.74 | 0 | 0.18 | 295.32 | 0.62 | 0.51 |
| Hex | C4 | 36 | D0 | 6 | 4A | 0 | 12 | 127 | 3E | 33 |
| Octal | 304 | 66 | 320 | 6 | 112 | 0 | 22 | 447 | 76 | 63 |
| Binary | 11000100 | 110110 | 11010000 | 110 | 1001010 | 0 | 10010 | 100100111 | 111110 | 110011 |
Color Harmonies of #C436D0
Complementary color
Monochromatic Colors of #C436D0
Black with #C436D0
Text Example
Text Example
White with #C436D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C436D0; }
p { color: rgb(196,54,208); }
H1.HeaderClassName
{
color: #C436D0;
}
.AnyTagClassName
{
color: #C436D0;
}
</style>
background-color css
<style>
a { background-color: #C436D0; }
a { background-color: rgb(196,54,208); }
div.DivClassName
{
background-color: #C436D0;
}
.BgClassName
{
background-color: #C436D0;
}
</style>
border-color css
<style>
span { border-color: #C436D0; }
span { border-color: rgb(196,54,208); }
td.TdClassName
{
border-color: #C436D0;
}
.TagClassName
{
border-color: #C436D0;
}
</style>