Shades of Medium Orchid #C43EFF
Tints of Medium Orchid #C43EFF
RGB
CMYK
RGB Variations
Color information
#C43EFF (or 0xC43EFF) is known color: Medium Orchid. HEX triplet: C4, 3E and FF. RGB value is (196,62,255). Sum of RGB (Red+Green+Blue) = 196+62+255=513 (67% of max value = 765). Red value is 196 (76.95% from 255 or 38.21% from 513); Green value is 62 (24.61% from 255 or 12.09% from 513); Blue value is 255 (100% from 255 or 49.71% from 513); Max value from RGB is 255 - color contains mainly: blue. Hex color #C43EFF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C43EFF is #3BC100. Grayscale: #7B7B7B. Windows color (decimal): -3916033 or 16727748. OLE color: 16727748.
HSL color Cylindrical-coordinate representation of color #C43EFF: hue angle of 281.66º degrees, saturation: 1, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #C43EFF is Cyan = 0.23, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 196 | 62 | 255 | - |
| CMYK | 0.23 | 0.76 | 0 | 0 |
| HSL | 281.66º | 1% | 0.62% | - |
| HSV(B) | 281.66º | 0.76% | 1% | - |
| XYZ | 42.54 | 22.4 | 96.69 | - |
| YUV | 124.07 | 201.89 | 179.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 62 | 255 | 0.23 | 0.76 | 0 | 0 | 281.66 | 1 | 0.62 |
| Hex | C4 | 3E | FF | 17 | 4C | 0 | 0 | 11A | 64 | 3E |
| Octal | 304 | 76 | 377 | 27 | 114 | 0 | 0 | 432 | 144 | 76 |
| Binary | 11000100 | 111110 | 11111111 | 10111 | 1001100 | 0 | 0 | 100011010 | 1100100 | 111110 |
Color Harmonies of #C43EFF
Complementary color
Monochromatic Colors of #C43EFF
Black with #C43EFF
Text Example
Text Example
White with #C43EFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C43EFF; }
p { color: rgb(196,62,255); }
H1.HeaderClassName
{
color: #C43EFF;
}
.AnyTagClassName
{
color: #C43EFF;
}
</style>
background-color css
<style>
a { background-color: #C43EFF; }
a { background-color: rgb(196,62,255); }
div.DivClassName
{
background-color: #C43EFF;
}
.BgClassName
{
background-color: #C43EFF;
}
</style>
border-color css
<style>
span { border-color: #C43EFF; }
span { border-color: rgb(196,62,255); }
td.TdClassName
{
border-color: #C43EFF;
}
.TagClassName
{
border-color: #C43EFF;
}
</style>