Shades of Medium Orchid #C43EFE
Tints of Medium Orchid #C43EFE
RGB
CMYK
RGB Variations
Color information
#C43EFE (or 0xC43EFE) is known color: Medium Orchid. HEX triplet: C4, 3E and FE. RGB value is (196,62,254). Sum of RGB (Red+Green+Blue) = 196+62+254=512 (67% of max value = 765). Red value is 196 (76.95% from 255 or 38.28% from 512); Green value is 62 (24.61% from 255 or 12.11% from 512); Blue value is 254 (99.61% from 255 or 49.61% from 512); Max value from RGB is 254 - color contains mainly: blue. Hex color #C43EFE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C43EFE is #3BC101. Grayscale: #7B7B7B. Windows color (decimal): -3916034 or 16662212. OLE color: 16662212.
HSL color Cylindrical-coordinate representation of color #C43EFE: hue angle of 281.88º degrees, saturation: 0.99, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #C43EFE is Cyan = 0.23, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 196 | 62 | 254 | - |
| CMYK | 0.23 | 0.76 | 0 | 0.00 |
| HSL | 281.88º | 0.99% | 0.62% | - |
| HSV(B) | 281.88º | 0.76% | 1% | - |
| XYZ | 42.38 | 22.34 | 95.84 | - |
| YUV | 123.95 | 201.39 | 179.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 62 | 254 | 0.23 | 0.76 | 0 | 0.00 | 281.88 | 0.99 | 0.62 |
| Hex | C4 | 3E | FE | 17 | 4C | 0 | 0 | 11A | 63 | 3E |
| Octal | 304 | 76 | 376 | 27 | 114 | 0 | 0 | 432 | 143 | 76 |
| Binary | 11000100 | 111110 | 11111110 | 10111 | 1001100 | 0 | 0 | 100011010 | 1100011 | 111110 |
Color Harmonies of #C43EFE
Complementary color
Monochromatic Colors of #C43EFE
Black with #C43EFE
Text Example
Text Example
White with #C43EFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C43EFE; }
p { color: rgb(196,62,254); }
H1.HeaderClassName
{
color: #C43EFE;
}
.AnyTagClassName
{
color: #C43EFE;
}
</style>
background-color css
<style>
a { background-color: #C43EFE; }
a { background-color: rgb(196,62,254); }
div.DivClassName
{
background-color: #C43EFE;
}
.BgClassName
{
background-color: #C43EFE;
}
</style>
border-color css
<style>
span { border-color: #C43EFE; }
span { border-color: rgb(196,62,254); }
td.TdClassName
{
border-color: #C43EFE;
}
.TagClassName
{
border-color: #C43EFE;
}
</style>