Shades of Medium Orchid #C43FFB
Tints of Medium Orchid #C43FFB
RGB
CMYK
RGB Variations
Color information
#C43FFB (or 0xC43FFB) is known color: Medium Orchid. HEX triplet: C4, 3F and FB. RGB value is (196,63,251). Sum of RGB (Red+Green+Blue) = 196+63+251=510 (67% of max value = 765). Red value is 196 (76.95% from 255 or 38.43% from 510); Green value is 63 (25% from 255 or 12.35% from 510); Blue value is 251 (98.44% from 255 or 49.22% from 510); Max value from RGB is 251 - color contains mainly: blue. Hex color #C43FFB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C43FFB is #3BC004. Grayscale: #7B7B7B. Windows color (decimal): -3915781 or 16465860. OLE color: 16465860.
HSL color Cylindrical-coordinate representation of color #C43FFB: hue angle of 282.45º degrees, saturation: 0.96, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C43FFB is Cyan = 0.22, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 196 | 63 | 251 | - |
| CMYK | 0.22 | 0.75 | 0 | 0.02 |
| HSL | 282.45º | 0.96% | 0.62% | - |
| HSV(B) | 282.45º | 0.75% | 0.98% | - |
| XYZ | 41.96 | 22.26 | 93.35 | - |
| YUV | 124.2 | 199.56 | 179.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 63 | 251 | 0.22 | 0.75 | 0 | 0.02 | 282.45 | 0.96 | 0.62 |
| Hex | C4 | 3F | FB | 16 | 4B | 0 | 2 | 11A | 60 | 3E |
| Octal | 304 | 77 | 373 | 26 | 113 | 0 | 2 | 432 | 140 | 76 |
| Binary | 11000100 | 111111 | 11111011 | 10110 | 1001011 | 0 | 10 | 100011010 | 1100000 | 111110 |
Color Harmonies of #C43FFB
Complementary color
Monochromatic Colors of #C43FFB
Black with #C43FFB
Text Example
Text Example
White with #C43FFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C43FFB; }
p { color: rgb(196,63,251); }
H1.HeaderClassName
{
color: #C43FFB;
}
.AnyTagClassName
{
color: #C43FFB;
}
</style>
background-color css
<style>
a { background-color: #C43FFB; }
a { background-color: rgb(196,63,251); }
div.DivClassName
{
background-color: #C43FFB;
}
.BgClassName
{
background-color: #C43FFB;
}
</style>
border-color css
<style>
span { border-color: #C43FFB; }
span { border-color: rgb(196,63,251); }
td.TdClassName
{
border-color: #C43FFB;
}
.TagClassName
{
border-color: #C43FFB;
}
</style>