Shades of Medium Orchid #C43CEF
Tints of Medium Orchid #C43CEF
RGB
CMYK
RGB Variations
Color information
#C43CEF (or 0xC43CEF) is known color: Medium Orchid. HEX triplet: C4, 3C and EF. RGB value is (196,60,239). Sum of RGB (Red+Green+Blue) = 196+60+239=495 (65% of max value = 765). Red value is 196 (76.95% from 255 or 39.60% from 495); Green value is 60 (23.83% from 255 or 12.12% from 495); Blue value is 239 (93.75% from 255 or 48.28% from 495); Max value from RGB is 239 - color contains mainly: blue. Hex color #C43CEF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C43CEF is #3BC310. Grayscale: #787878. Windows color (decimal): -3916561 or 15678660. OLE color: 15678660.
HSL color Cylindrical-coordinate representation of color #C43CEF: hue angle of 285.59º degrees, saturation: 0.85, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C43CEF is Cyan = 0.18, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 196 | 60 | 239 | - |
| CMYK | 0.18 | 0.75 | 0 | 0.06 |
| HSL | 285.59º | 0.85% | 0.59% | - |
| HSV(B) | 285.59º | 0.75% | 0.94% | - |
| XYZ | 39.96 | 21.2 | 83.65 | - |
| YUV | 121.07 | 194.56 | 181.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 60 | 239 | 0.18 | 0.75 | 0 | 0.06 | 285.59 | 0.85 | 0.59 |
| Hex | C4 | 3C | EF | 12 | 4B | 0 | 6 | 11E | 55 | 3B |
| Octal | 304 | 74 | 357 | 22 | 113 | 0 | 6 | 436 | 125 | 73 |
| Binary | 11000100 | 111100 | 11101111 | 10010 | 1001011 | 0 | 110 | 100011110 | 1010101 | 111011 |
Color Harmonies of #C43CEF
Complementary color
Monochromatic Colors of #C43CEF
Black with #C43CEF
Text Example
Text Example
White with #C43CEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C43CEF; }
p { color: rgb(196,60,239); }
H1.HeaderClassName
{
color: #C43CEF;
}
.AnyTagClassName
{
color: #C43CEF;
}
</style>
background-color css
<style>
a { background-color: #C43CEF; }
a { background-color: rgb(196,60,239); }
div.DivClassName
{
background-color: #C43CEF;
}
.BgClassName
{
background-color: #C43CEF;
}
</style>
border-color css
<style>
span { border-color: #C43CEF; }
span { border-color: rgb(196,60,239); }
td.TdClassName
{
border-color: #C43CEF;
}
.TagClassName
{
border-color: #C43CEF;
}
</style>