Shades of Medium Orchid #C43EFC
Tints of Medium Orchid #C43EFC
RGB
CMYK
RGB Variations
Color information
#C43EFC (or 0xC43EFC) is known color: Medium Orchid. HEX triplet: C4, 3E and FC. RGB value is (196,62,252). Sum of RGB (Red+Green+Blue) = 196+62+252=510 (67% of max value = 765). Red value is 196 (76.95% from 255 or 38.43% from 510); Green value is 62 (24.61% from 255 or 12.16% from 510); Blue value is 252 (98.83% from 255 or 49.41% from 510); Max value from RGB is 252 - color contains mainly: blue. Hex color #C43EFC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C43EFC is #3BC103. Grayscale: #7B7B7B. Windows color (decimal): -3916036 or 16531140. OLE color: 16531140.
HSL color Cylindrical-coordinate representation of color #C43EFC: hue angle of 282.32º degrees, saturation: 0.97, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C43EFC is Cyan = 0.22, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 196 | 62 | 252 | - |
| CMYK | 0.22 | 0.75 | 0 | 0.01 |
| HSL | 282.32º | 0.97% | 0.62% | - |
| HSV(B) | 282.32º | 0.75% | 0.99% | - |
| XYZ | 42.06 | 22.21 | 94.17 | - |
| YUV | 123.73 | 200.39 | 179.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 62 | 252 | 0.22 | 0.75 | 0 | 0.01 | 282.32 | 0.97 | 0.62 |
| Hex | C4 | 3E | FC | 16 | 4B | 0 | 1 | 11A | 61 | 3E |
| Octal | 304 | 76 | 374 | 26 | 113 | 0 | 1 | 432 | 141 | 76 |
| Binary | 11000100 | 111110 | 11111100 | 10110 | 1001011 | 0 | 1 | 100011010 | 1100001 | 111110 |
Color Harmonies of #C43EFC
Complementary color
Monochromatic Colors of #C43EFC
Black with #C43EFC
Text Example
Text Example
White with #C43EFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C43EFC; }
p { color: rgb(196,62,252); }
H1.HeaderClassName
{
color: #C43EFC;
}
.AnyTagClassName
{
color: #C43EFC;
}
</style>
background-color css
<style>
a { background-color: #C43EFC; }
a { background-color: rgb(196,62,252); }
div.DivClassName
{
background-color: #C43EFC;
}
.BgClassName
{
background-color: #C43EFC;
}
</style>
border-color css
<style>
span { border-color: #C43EFC; }
span { border-color: rgb(196,62,252); }
td.TdClassName
{
border-color: #C43EFC;
}
.TagClassName
{
border-color: #C43EFC;
}
</style>