Shades of Medium Orchid #C43AFB
Tints of Medium Orchid #C43AFB
RGB
CMYK
RGB Variations
Color information
#C43AFB (or 0xC43AFB) is known color: Medium Orchid. HEX triplet: C4, 3A and FB. RGB value is (196,58,251). Sum of RGB (Red+Green+Blue) = 196+58+251=505 (66% of max value = 765). Red value is 196 (76.95% from 255 or 38.81% from 505); Green value is 58 (23.05% from 255 or 11.49% from 505); Blue value is 251 (98.44% from 255 or 49.70% from 505); Max value from RGB is 251 - color contains mainly: blue. Hex color #C43AFB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C43AFB is #3BC504. Grayscale: #787878. Windows color (decimal): -3917061 or 16464580. OLE color: 16464580.
HSL color Cylindrical-coordinate representation of color #C43AFB: hue angle of 282.9º degrees, saturation: 0.96, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C43AFB is Cyan = 0.22, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 196 | 58 | 251 | - |
| CMYK | 0.22 | 0.77 | 0 | 0.02 |
| HSL | 282.9º | 0.96% | 0.61% | - |
| HSV(B) | 282.9º | 0.77% | 0.98% | - |
| XYZ | 41.69 | 21.73 | 93.26 | - |
| YUV | 121.26 | 201.22 | 181.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 58 | 251 | 0.22 | 0.77 | 0 | 0.02 | 282.9 | 0.96 | 0.61 |
| Hex | C4 | 3A | FB | 16 | 4D | 0 | 2 | 11B | 60 | 3D |
| Octal | 304 | 72 | 373 | 26 | 115 | 0 | 2 | 433 | 140 | 75 |
| Binary | 11000100 | 111010 | 11111011 | 10110 | 1001101 | 0 | 10 | 100011011 | 1100000 | 111101 |
Color Harmonies of #C43AFB
Complementary color
Monochromatic Colors of #C43AFB
Black with #C43AFB
Text Example
Text Example
White with #C43AFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C43AFB; }
p { color: rgb(196,58,251); }
H1.HeaderClassName
{
color: #C43AFB;
}
.AnyTagClassName
{
color: #C43AFB;
}
</style>
background-color css
<style>
a { background-color: #C43AFB; }
a { background-color: rgb(196,58,251); }
div.DivClassName
{
background-color: #C43AFB;
}
.BgClassName
{
background-color: #C43AFB;
}
</style>
border-color css
<style>
span { border-color: #C43AFB; }
span { border-color: rgb(196,58,251); }
td.TdClassName
{
border-color: #C43AFB;
}
.TagClassName
{
border-color: #C43AFB;
}
</style>