Shades of Medium Orchid #C43BF8
Tints of Medium Orchid #C43BF8
RGB
CMYK
RGB Variations
Color information
#C43BF8 (or 0xC43BF8) is known color: Medium Orchid. HEX triplet: C4, 3B and F8. RGB value is (196,59,248). Sum of RGB (Red+Green+Blue) = 196+59+248=503 (66% of max value = 765). Red value is 196 (76.95% from 255 or 38.97% from 503); Green value is 59 (23.44% from 255 or 11.73% from 503); Blue value is 248 (97.27% from 255 or 49.30% from 503); Max value from RGB is 248 - color contains mainly: blue. Hex color #C43BF8 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C43BF8 is #3BC407. Grayscale: #787878. Windows color (decimal): -3916808 or 16268228. OLE color: 16268228.
HSL color Cylindrical-coordinate representation of color #C43BF8: hue angle of 283.49º degrees, saturation: 0.93, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #C43BF8 is Cyan = 0.21, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 196 | 59 | 248 | - |
| CMYK | 0.21 | 0.76 | 0 | 0.03 |
| HSL | 283.49º | 0.93% | 0.6% | - |
| HSV(B) | 283.49º | 0.76% | 0.97% | - |
| XYZ | 41.27 | 21.64 | 90.81 | - |
| YUV | 121.51 | 199.39 | 181.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 59 | 248 | 0.21 | 0.76 | 0 | 0.03 | 283.49 | 0.93 | 0.6 |
| Hex | C4 | 3B | F8 | 15 | 4C | 0 | 3 | 11B | 5D | 3C |
| Octal | 304 | 73 | 370 | 25 | 114 | 0 | 3 | 433 | 135 | 74 |
| Binary | 11000100 | 111011 | 11111000 | 10101 | 1001100 | 0 | 11 | 100011011 | 1011101 | 111100 |
Color Harmonies of #C43BF8
Complementary color
Monochromatic Colors of #C43BF8
Black with #C43BF8
Text Example
Text Example
White with #C43BF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C43BF8; }
p { color: rgb(196,59,248); }
H1.HeaderClassName
{
color: #C43BF8;
}
.AnyTagClassName
{
color: #C43BF8;
}
</style>
background-color css
<style>
a { background-color: #C43BF8; }
a { background-color: rgb(196,59,248); }
div.DivClassName
{
background-color: #C43BF8;
}
.BgClassName
{
background-color: #C43BF8;
}
</style>
border-color css
<style>
span { border-color: #C43BF8; }
span { border-color: rgb(196,59,248); }
td.TdClassName
{
border-color: #C43BF8;
}
.TagClassName
{
border-color: #C43BF8;
}
</style>