Shades of Medium Orchid #C43EFB
Tints of Medium Orchid #C43EFB
RGB
CMYK
RGB Variations
Color information
#C43EFB (or 0xC43EFB) is known color: Medium Orchid. HEX triplet: C4, 3E and FB. RGB value is (196,62,251). Sum of RGB (Red+Green+Blue) = 196+62+251=509 (67% of max value = 765). Red value is 196 (76.95% from 255 or 38.51% from 509); Green value is 62 (24.61% from 255 or 12.18% from 509); Blue value is 251 (98.44% from 255 or 49.31% from 509); Max value from RGB is 251 - color contains mainly: blue. Hex color #C43EFB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C43EFB is #3BC104. Grayscale: #7A7A7A. Windows color (decimal): -3916037 or 16465604. OLE color: 16465604.
HSL color Cylindrical-coordinate representation of color #C43EFB: hue angle of 282.54º degrees, saturation: 0.96, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C43EFB is Cyan = 0.22, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 196 | 62 | 251 | - |
| CMYK | 0.22 | 0.75 | 0 | 0.02 |
| HSL | 282.54º | 0.96% | 0.61% | - |
| HSV(B) | 282.54º | 0.75% | 0.98% | - |
| XYZ | 41.9 | 22.15 | 93.33 | - |
| YUV | 123.61 | 199.89 | 179.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 62 | 251 | 0.22 | 0.75 | 0 | 0.02 | 282.54 | 0.96 | 0.61 |
| Hex | C4 | 3E | FB | 16 | 4B | 0 | 2 | 11B | 60 | 3D |
| Octal | 304 | 76 | 373 | 26 | 113 | 0 | 2 | 433 | 140 | 75 |
| Binary | 11000100 | 111110 | 11111011 | 10110 | 1001011 | 0 | 10 | 100011011 | 1100000 | 111101 |
Color Harmonies of #C43EFB
Complementary color
Monochromatic Colors of #C43EFB
Black with #C43EFB
Text Example
Text Example
White with #C43EFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C43EFB; }
p { color: rgb(196,62,251); }
H1.HeaderClassName
{
color: #C43EFB;
}
.AnyTagClassName
{
color: #C43EFB;
}
</style>
background-color css
<style>
a { background-color: #C43EFB; }
a { background-color: rgb(196,62,251); }
div.DivClassName
{
background-color: #C43EFB;
}
.BgClassName
{
background-color: #C43EFB;
}
</style>
border-color css
<style>
span { border-color: #C43EFB; }
span { border-color: rgb(196,62,251); }
td.TdClassName
{
border-color: #C43EFB;
}
.TagClassName
{
border-color: #C43EFB;
}
</style>