Shades of Medium Orchid #C43FFA
Tints of Medium Orchid #C43FFA
RGB
CMYK
RGB Variations
Color information
#C43FFA (or 0xC43FFA) is known color: Medium Orchid. HEX triplet: C4, 3F and FA. RGB value is (196,63,250). Sum of RGB (Red+Green+Blue) = 196+63+250=509 (67% of max value = 765). Red value is 196 (76.95% from 255 or 38.51% from 509); Green value is 63 (25% from 255 or 12.38% from 509); Blue value is 250 (98.05% from 255 or 49.12% from 509); Max value from RGB is 250 - color contains mainly: blue. Hex color #C43FFA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C43FFA is #3BC005. Grayscale: #7B7B7B. Windows color (decimal): -3915782 or 16400324. OLE color: 16400324.
HSL color Cylindrical-coordinate representation of color #C43FFA: hue angle of 282.67º degrees, saturation: 0.95, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C43FFA is Cyan = 0.22, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 196 | 63 | 250 | - |
| CMYK | 0.22 | 0.75 | 0 | 0.02 |
| HSL | 282.67º | 0.95% | 0.61% | - |
| HSV(B) | 282.67º | 0.75% | 0.98% | - |
| XYZ | 41.8 | 22.19 | 92.52 | - |
| YUV | 124.09 | 199.06 | 179.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 63 | 250 | 0.22 | 0.75 | 0 | 0.02 | 282.67 | 0.95 | 0.61 |
| Hex | C4 | 3F | FA | 16 | 4B | 0 | 2 | 11B | 5F | 3D |
| Octal | 304 | 77 | 372 | 26 | 113 | 0 | 2 | 433 | 137 | 75 |
| Binary | 11000100 | 111111 | 11111010 | 10110 | 1001011 | 0 | 10 | 100011011 | 1011111 | 111101 |
Color Harmonies of #C43FFA
Complementary color
Monochromatic Colors of #C43FFA
Black with #C43FFA
Text Example
Text Example
White with #C43FFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C43FFA; }
p { color: rgb(196,63,250); }
H1.HeaderClassName
{
color: #C43FFA;
}
.AnyTagClassName
{
color: #C43FFA;
}
</style>
background-color css
<style>
a { background-color: #C43FFA; }
a { background-color: rgb(196,63,250); }
div.DivClassName
{
background-color: #C43FFA;
}
.BgClassName
{
background-color: #C43FFA;
}
</style>
border-color css
<style>
span { border-color: #C43FFA; }
span { border-color: rgb(196,63,250); }
td.TdClassName
{
border-color: #C43FFA;
}
.TagClassName
{
border-color: #C43FFA;
}
</style>