Shades of Medium Orchid #C43BFF
Tints of Medium Orchid #C43BFF
RGB
CMYK
RGB Variations
Color information
#C43BFF (or 0xC43BFF) is known color: Medium Orchid. HEX triplet: C4, 3B and FF. RGB value is (196,59,255). Sum of RGB (Red+Green+Blue) = 196+59+255=510 (67% of max value = 765). Red value is 196 (76.95% from 255 or 38.43% from 510); Green value is 59 (23.44% from 255 or 11.57% from 510); Blue value is 255 (100% from 255 or 50% from 510); Max value from RGB is 255 - color contains mainly: blue. Hex color #C43BFF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C43BFF is #3BC400. Grayscale: #797979. Windows color (decimal): -3916801 or 16726980. OLE color: 16726980.
HSL color Cylindrical-coordinate representation of color #C43BFF: hue angle of 281.94º degrees, saturation: 1, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C43BFF is Cyan = 0.23, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 196 | 59 | 255 | - |
| CMYK | 0.23 | 0.77 | 0 | 0 |
| HSL | 281.94º | 1% | 0.62% | - |
| HSV(B) | 281.94º | 0.77% | 1% | - |
| XYZ | 42.38 | 22.08 | 96.64 | - |
| YUV | 122.31 | 202.89 | 180.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 59 | 255 | 0.23 | 0.77 | 0 | 0 | 281.94 | 1 | 0.62 |
| Hex | C4 | 3B | FF | 17 | 4D | 0 | 0 | 11A | 64 | 3E |
| Octal | 304 | 73 | 377 | 27 | 115 | 0 | 0 | 432 | 144 | 76 |
| Binary | 11000100 | 111011 | 11111111 | 10111 | 1001101 | 0 | 0 | 100011010 | 1100100 | 111110 |
Color Harmonies of #C43BFF
Complementary color
Monochromatic Colors of #C43BFF
Black with #C43BFF
Text Example
Text Example
White with #C43BFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C43BFF; }
p { color: rgb(196,59,255); }
H1.HeaderClassName
{
color: #C43BFF;
}
.AnyTagClassName
{
color: #C43BFF;
}
</style>
background-color css
<style>
a { background-color: #C43BFF; }
a { background-color: rgb(196,59,255); }
div.DivClassName
{
background-color: #C43BFF;
}
.BgClassName
{
background-color: #C43BFF;
}
</style>
border-color css
<style>
span { border-color: #C43BFF; }
span { border-color: rgb(196,59,255); }
td.TdClassName
{
border-color: #C43BFF;
}
.TagClassName
{
border-color: #C43BFF;
}
</style>