Shades of Medium Orchid #C436F1
Tints of Medium Orchid #C436F1
RGB
CMYK
RGB Variations
Color information
#C436F1 (or 0xC436F1) is known color: Medium Orchid. HEX triplet: C4, 36 and F1. RGB value is (196,54,241). Sum of RGB (Red+Green+Blue) = 196+54+241=491 (65% of max value = 765). Red value is 196 (76.95% from 255 or 39.92% from 491); Green value is 54 (21.48% from 255 or 11.00% from 491); Blue value is 241 (94.53% from 255 or 49.08% from 491); Max value from RGB is 241 - color contains mainly: blue. Hex color #C436F1 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C436F1 is #3BC90E. Grayscale: #757575. Windows color (decimal): -3918095 or 15808196. OLE color: 15808196.
HSL color Cylindrical-coordinate representation of color #C436F1: hue angle of 285.56º degrees, saturation: 0.87, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C436F1 is Cyan = 0.19, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 196 | 54 | 241 | - |
| CMYK | 0.19 | 0.78 | 0 | 0.05 |
| HSL | 285.56º | 0.87% | 0.58% | - |
| HSV(B) | 285.56º | 0.78% | 0.95% | - |
| XYZ | 39.96 | 20.72 | 85.11 | - |
| YUV | 117.78 | 197.54 | 183.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 54 | 241 | 0.19 | 0.78 | 0 | 0.05 | 285.56 | 0.87 | 0.58 |
| Hex | C4 | 36 | F1 | 13 | 4E | 0 | 5 | 11E | 57 | 3A |
| Octal | 304 | 66 | 361 | 23 | 116 | 0 | 5 | 436 | 127 | 72 |
| Binary | 11000100 | 110110 | 11110001 | 10011 | 1001110 | 0 | 101 | 100011110 | 1010111 | 111010 |
Color Harmonies of #C436F1
Complementary color
Monochromatic Colors of #C436F1
Black with #C436F1
Text Example
Text Example
White with #C436F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C436F1; }
p { color: rgb(196,54,241); }
H1.HeaderClassName
{
color: #C436F1;
}
.AnyTagClassName
{
color: #C436F1;
}
</style>
background-color css
<style>
a { background-color: #C436F1; }
a { background-color: rgb(196,54,241); }
div.DivClassName
{
background-color: #C436F1;
}
.BgClassName
{
background-color: #C436F1;
}
</style>
border-color css
<style>
span { border-color: #C436F1; }
span { border-color: rgb(196,54,241); }
td.TdClassName
{
border-color: #C436F1;
}
.TagClassName
{
border-color: #C436F1;
}
</style>