Shades of Medium Orchid #C43DFE
Tints of Medium Orchid #C43DFE
RGB
CMYK
RGB Variations
Color information
#C43DFE (or 0xC43DFE) is known color: Medium Orchid. HEX triplet: C4, 3D and FE. RGB value is (196,61,254). Sum of RGB (Red+Green+Blue) = 196+61+254=511 (67% of max value = 765). Red value is 196 (76.95% from 255 or 38.36% from 511); Green value is 61 (24.22% from 255 or 11.94% from 511); Blue value is 254 (99.61% from 255 or 49.71% from 511); Max value from RGB is 254 - color contains mainly: blue. Hex color #C43DFE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C43DFE is #3BC201. Grayscale: #7A7A7A. Windows color (decimal): -3916290 or 16661956. OLE color: 16661956.
HSL color Cylindrical-coordinate representation of color #C43DFE: hue angle of 281.97º 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 #C43DFE is Cyan = 0.23, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 196 | 61 | 254 | - |
| CMYK | 0.23 | 0.76 | 0 | 0.00 |
| HSL | 281.97º | 0.99% | 0.62% | - |
| HSV(B) | 281.97º | 0.76% | 1% | - |
| XYZ | 42.32 | 22.23 | 95.83 | - |
| YUV | 123.37 | 201.73 | 179.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 61 | 254 | 0.23 | 0.76 | 0 | 0.00 | 281.97 | 0.99 | 0.62 |
| Hex | C4 | 3D | FE | 17 | 4C | 0 | 0 | 11A | 63 | 3E |
| Octal | 304 | 75 | 376 | 27 | 114 | 0 | 0 | 432 | 143 | 76 |
| Binary | 11000100 | 111101 | 11111110 | 10111 | 1001100 | 0 | 0 | 100011010 | 1100011 | 111110 |
Color Harmonies of #C43DFE
Complementary color
Monochromatic Colors of #C43DFE
Black with #C43DFE
Text Example
Text Example
White with #C43DFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C43DFE; }
p { color: rgb(196,61,254); }
H1.HeaderClassName
{
color: #C43DFE;
}
.AnyTagClassName
{
color: #C43DFE;
}
</style>
background-color css
<style>
a { background-color: #C43DFE; }
a { background-color: rgb(196,61,254); }
div.DivClassName
{
background-color: #C43DFE;
}
.BgClassName
{
background-color: #C43DFE;
}
</style>
border-color css
<style>
span { border-color: #C43DFE; }
span { border-color: rgb(196,61,254); }
td.TdClassName
{
border-color: #C43DFE;
}
.TagClassName
{
border-color: #C43DFE;
}
</style>