Shades of Medium Orchid #C43CFE
Tints of Medium Orchid #C43CFE
RGB
CMYK
RGB Variations
Color information
#C43CFE (or 0xC43CFE) is known color: Medium Orchid. HEX triplet: C4, 3C and FE. RGB value is (196,60,254). Sum of RGB (Red+Green+Blue) = 196+60+254=510 (67% of max value = 765). Red value is 196 (76.95% from 255 or 38.43% from 510); Green value is 60 (23.83% from 255 or 11.76% from 510); Blue value is 254 (99.61% from 255 or 49.80% from 510); Max value from RGB is 254 - color contains mainly: blue. Hex color #C43CFE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C43CFE is #3BC301. Grayscale: #7A7A7A. Windows color (decimal): -3916546 or 16661700. OLE color: 16661700.
HSL color Cylindrical-coordinate representation of color #C43CFE: hue angle of 282.06º 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 #C43CFE is Cyan = 0.23, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 196 | 60 | 254 | - |
| CMYK | 0.23 | 0.76 | 0 | 0.00 |
| HSL | 282.06º | 0.99% | 0.62% | - |
| HSV(B) | 282.06º | 0.76% | 1% | - |
| XYZ | 42.27 | 22.12 | 95.81 | - |
| YUV | 122.78 | 202.06 | 180.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 60 | 254 | 0.23 | 0.76 | 0 | 0.00 | 282.06 | 0.99 | 0.62 |
| Hex | C4 | 3C | FE | 17 | 4C | 0 | 0 | 11A | 63 | 3E |
| Octal | 304 | 74 | 376 | 27 | 114 | 0 | 0 | 432 | 143 | 76 |
| Binary | 11000100 | 111100 | 11111110 | 10111 | 1001100 | 0 | 0 | 100011010 | 1100011 | 111110 |
Color Harmonies of #C43CFE
Complementary color
Monochromatic Colors of #C43CFE
Black with #C43CFE
Text Example
Text Example
White with #C43CFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C43CFE; }
p { color: rgb(196,60,254); }
H1.HeaderClassName
{
color: #C43CFE;
}
.AnyTagClassName
{
color: #C43CFE;
}
</style>
background-color css
<style>
a { background-color: #C43CFE; }
a { background-color: rgb(196,60,254); }
div.DivClassName
{
background-color: #C43CFE;
}
.BgClassName
{
background-color: #C43CFE;
}
</style>
border-color css
<style>
span { border-color: #C43CFE; }
span { border-color: rgb(196,60,254); }
td.TdClassName
{
border-color: #C43CFE;
}
.TagClassName
{
border-color: #C43CFE;
}
</style>