Shades of Medium Orchid #C43AFE
Tints of Medium Orchid #C43AFE
RGB
CMYK
RGB Variations
Color information
#C43AFE (or 0xC43AFE) is known color: Medium Orchid. HEX triplet: C4, 3A and FE. RGB value is (196,58,254). Sum of RGB (Red+Green+Blue) = 196+58+254=508 (67% of max value = 765). Red value is 196 (76.95% from 255 or 38.58% from 508); Green value is 58 (23.05% from 255 or 11.42% from 508); Blue value is 254 (99.61% from 255 or 50% from 508); Max value from RGB is 254 - color contains mainly: blue. Hex color #C43AFE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C43AFE is #3BC501. Grayscale: #787878. Windows color (decimal): -3917058 or 16661188. OLE color: 16661188.
HSL color Cylindrical-coordinate representation of color #C43AFE: hue angle of 282.24º degrees, saturation: 0.99, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C43AFE is Cyan = 0.23, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 196 | 58 | 254 | - |
| CMYK | 0.23 | 0.77 | 0 | 0.00 |
| HSL | 282.24º | 0.99% | 0.61% | - |
| HSV(B) | 282.24º | 0.77% | 1% | - |
| XYZ | 42.17 | 21.92 | 95.77 | - |
| YUV | 121.61 | 202.72 | 181.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 58 | 254 | 0.23 | 0.77 | 0 | 0.00 | 282.24 | 0.99 | 0.61 |
| Hex | C4 | 3A | FE | 17 | 4D | 0 | 0 | 11A | 63 | 3D |
| Octal | 304 | 72 | 376 | 27 | 115 | 0 | 0 | 432 | 143 | 75 |
| Binary | 11000100 | 111010 | 11111110 | 10111 | 1001101 | 0 | 0 | 100011010 | 1100011 | 111101 |
Color Harmonies of #C43AFE
Complementary color
Monochromatic Colors of #C43AFE
Black with #C43AFE
Text Example
Text Example
White with #C43AFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C43AFE; }
p { color: rgb(196,58,254); }
H1.HeaderClassName
{
color: #C43AFE;
}
.AnyTagClassName
{
color: #C43AFE;
}
</style>
background-color css
<style>
a { background-color: #C43AFE; }
a { background-color: rgb(196,58,254); }
div.DivClassName
{
background-color: #C43AFE;
}
.BgClassName
{
background-color: #C43AFE;
}
</style>
border-color css
<style>
span { border-color: #C43AFE; }
span { border-color: rgb(196,58,254); }
td.TdClassName
{
border-color: #C43AFE;
}
.TagClassName
{
border-color: #C43AFE;
}
</style>