Shades of Medium Orchid #C43FFF
Tints of Medium Orchid #C43FFF
RGB
CMYK
RGB Variations
Color information
#C43FFF (or 0xC43FFF) is known color: Medium Orchid. HEX triplet: C4, 3F and FF. RGB value is (196,63,255). Sum of RGB (Red+Green+Blue) = 196+63+255=514 (68% of max value = 765). Red value is 196 (76.95% from 255 or 38.13% from 514); Green value is 63 (25% from 255 or 12.26% from 514); Blue value is 255 (100% from 255 or 49.61% from 514); Max value from RGB is 255 - color contains mainly: blue. Hex color #C43FFF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C43FFF is #3BC000. Grayscale: #7C7C7C. Windows color (decimal): -3915777 or 16728004. OLE color: 16728004.
HSL color Cylindrical-coordinate representation of color #C43FFF: hue angle of 281.56º degrees, saturation: 1, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C43FFF is Cyan = 0.23, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 196 | 63 | 255 | - |
| CMYK | 0.23 | 0.75 | 0 | 0 |
| HSL | 281.56º | 1% | 0.62% | - |
| HSV(B) | 281.56º | 0.75% | 1% | - |
| XYZ | 42.59 | 22.51 | 96.71 | - |
| YUV | 124.66 | 201.56 | 178.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 63 | 255 | 0.23 | 0.75 | 0 | 0 | 281.56 | 1 | 0.62 |
| Hex | C4 | 3F | FF | 17 | 4B | 0 | 0 | 11A | 64 | 3E |
| Octal | 304 | 77 | 377 | 27 | 113 | 0 | 0 | 432 | 144 | 76 |
| Binary | 11000100 | 111111 | 11111111 | 10111 | 1001011 | 0 | 0 | 100011010 | 1100100 | 111110 |
Color Harmonies of #C43FFF
Complementary color
Monochromatic Colors of #C43FFF
Black with #C43FFF
Text Example
Text Example
White with #C43FFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C43FFF; }
p { color: rgb(196,63,255); }
H1.HeaderClassName
{
color: #C43FFF;
}
.AnyTagClassName
{
color: #C43FFF;
}
</style>
background-color css
<style>
a { background-color: #C43FFF; }
a { background-color: rgb(196,63,255); }
div.DivClassName
{
background-color: #C43FFF;
}
.BgClassName
{
background-color: #C43FFF;
}
</style>
border-color css
<style>
span { border-color: #C43FFF; }
span { border-color: rgb(196,63,255); }
td.TdClassName
{
border-color: #C43FFF;
}
.TagClassName
{
border-color: #C43FFF;
}
</style>