Shades of Medium Orchid #C43FEF
Tints of Medium Orchid #C43FEF
RGB
CMYK
RGB Variations
Color information
#C43FEF (or 0xC43FEF) is known color: Medium Orchid. HEX triplet: C4, 3F and EF. RGB value is (196,63,239). Sum of RGB (Red+Green+Blue) = 196+63+239=498 (65% of max value = 765). Red value is 196 (76.95% from 255 or 39.36% from 498); Green value is 63 (25% from 255 or 12.65% from 498); Blue value is 239 (93.75% from 255 or 47.99% from 498); Max value from RGB is 239 - color contains mainly: blue. Hex color #C43FEF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C43FEF is #3BC010. Grayscale: #7A7A7A. Windows color (decimal): -3915793 or 15679428. OLE color: 15679428.
HSL color Cylindrical-coordinate representation of color #C43FEF: hue angle of 285.34º degrees, saturation: 0.85, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C43FEF is Cyan = 0.18, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 196 | 63 | 239 | - |
| CMYK | 0.18 | 0.74 | 0 | 0.06 |
| HSL | 285.34º | 0.85% | 0.59% | - |
| HSV(B) | 285.34º | 0.74% | 0.94% | - |
| XYZ | 40.12 | 21.52 | 83.7 | - |
| YUV | 122.83 | 193.56 | 180.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 63 | 239 | 0.18 | 0.74 | 0 | 0.06 | 285.34 | 0.85 | 0.59 |
| Hex | C4 | 3F | EF | 12 | 4A | 0 | 6 | 11D | 55 | 3B |
| Octal | 304 | 77 | 357 | 22 | 112 | 0 | 6 | 435 | 125 | 73 |
| Binary | 11000100 | 111111 | 11101111 | 10010 | 1001010 | 0 | 110 | 100011101 | 1010101 | 111011 |
Color Harmonies of #C43FEF
Complementary color
Monochromatic Colors of #C43FEF
Black with #C43FEF
Text Example
Text Example
White with #C43FEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C43FEF; }
p { color: rgb(196,63,239); }
H1.HeaderClassName
{
color: #C43FEF;
}
.AnyTagClassName
{
color: #C43FEF;
}
</style>
background-color css
<style>
a { background-color: #C43FEF; }
a { background-color: rgb(196,63,239); }
div.DivClassName
{
background-color: #C43FEF;
}
.BgClassName
{
background-color: #C43FEF;
}
</style>
border-color css
<style>
span { border-color: #C43FEF; }
span { border-color: rgb(196,63,239); }
td.TdClassName
{
border-color: #C43FEF;
}
.TagClassName
{
border-color: #C43FEF;
}
</style>