Shades of Medium Orchid #C451EF
Tints of Medium Orchid #C451EF
RGB
CMYK
RGB Variations
Color information
#C451EF (or 0xC451EF) is known color: Medium Orchid. HEX triplet: C4, 51 and EF. RGB value is (196,81,239). Sum of RGB (Red+Green+Blue) = 196+81+239=516 (68% of max value = 765). Red value is 196 (76.95% from 255 or 37.98% from 516); Green value is 81 (32.03% from 255 or 15.70% from 516); Blue value is 239 (93.75% from 255 or 46.32% from 516); Max value from RGB is 239 - color contains mainly: blue. Hex color #C451EF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C451EF is #3BAE10. Grayscale: #848484. Windows color (decimal): -3911185 or 15684036. OLE color: 15684036.
HSL color Cylindrical-coordinate representation of color #C451EF: hue angle of 283.67º degrees, saturation: 0.83, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C451EF is Cyan = 0.18, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 196 | 81 | 239 | - |
| CMYK | 0.18 | 0.66 | 0 | 0.06 |
| HSL | 283.67º | 0.83% | 0.63% | - |
| HSV(B) | 283.67º | 0.66% | 0.94% | - |
| XYZ | 41.29 | 23.85 | 84.09 | - |
| YUV | 133.4 | 187.6 | 172.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 81 | 239 | 0.18 | 0.66 | 0 | 0.06 | 283.67 | 0.83 | 0.63 |
| Hex | C4 | 51 | EF | 12 | 42 | 0 | 6 | 11C | 53 | 3F |
| Octal | 304 | 121 | 357 | 22 | 102 | 0 | 6 | 434 | 123 | 77 |
| Binary | 11000100 | 1010001 | 11101111 | 10010 | 1000010 | 0 | 110 | 100011100 | 1010011 | 111111 |
Color Harmonies of #C451EF
Complementary color
Monochromatic Colors of #C451EF
Black with #C451EF
Text Example
Text Example
White with #C451EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C451EF; }
p { color: rgb(196,81,239); }
H1.HeaderClassName
{
color: #C451EF;
}
.AnyTagClassName
{
color: #C451EF;
}
</style>
background-color css
<style>
a { background-color: #C451EF; }
a { background-color: rgb(196,81,239); }
div.DivClassName
{
background-color: #C451EF;
}
.BgClassName
{
background-color: #C451EF;
}
</style>
border-color css
<style>
span { border-color: #C451EF; }
span { border-color: rgb(196,81,239); }
td.TdClassName
{
border-color: #C451EF;
}
.TagClassName
{
border-color: #C451EF;
}
</style>