Shades of Medium Orchid #C43DFB
Tints of Medium Orchid #C43DFB
RGB
CMYK
RGB Variations
Color information
#C43DFB (or 0xC43DFB) is known color: Medium Orchid. HEX triplet: C4, 3D and FB. RGB value is (196,61,251). Sum of RGB (Red+Green+Blue) = 196+61+251=508 (67% of max value = 765). Red value is 196 (76.95% from 255 or 38.58% from 508); Green value is 61 (24.22% from 255 or 12.01% from 508); Blue value is 251 (98.44% from 255 or 49.41% from 508); Max value from RGB is 251 - color contains mainly: blue. Hex color #C43DFB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C43DFB is #3BC204. Grayscale: #7A7A7A. Windows color (decimal): -3916293 or 16465348. OLE color: 16465348.
HSL color Cylindrical-coordinate representation of color #C43DFB: hue angle of 282.63º degrees, saturation: 0.96, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #C43DFB is Cyan = 0.22, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 196 | 61 | 251 | - |
| CMYK | 0.22 | 0.76 | 0 | 0.02 |
| HSL | 282.63º | 0.96% | 0.61% | - |
| HSV(B) | 282.63º | 0.76% | 0.98% | - |
| XYZ | 41.85 | 22.04 | 93.32 | - |
| YUV | 123.03 | 200.23 | 180.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 61 | 251 | 0.22 | 0.76 | 0 | 0.02 | 282.63 | 0.96 | 0.61 |
| Hex | C4 | 3D | FB | 16 | 4C | 0 | 2 | 11B | 60 | 3D |
| Octal | 304 | 75 | 373 | 26 | 114 | 0 | 2 | 433 | 140 | 75 |
| Binary | 11000100 | 111101 | 11111011 | 10110 | 1001100 | 0 | 10 | 100011011 | 1100000 | 111101 |
Color Harmonies of #C43DFB
Complementary color
Monochromatic Colors of #C43DFB
Black with #C43DFB
Text Example
Text Example
White with #C43DFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C43DFB; }
p { color: rgb(196,61,251); }
H1.HeaderClassName
{
color: #C43DFB;
}
.AnyTagClassName
{
color: #C43DFB;
}
</style>
background-color css
<style>
a { background-color: #C43DFB; }
a { background-color: rgb(196,61,251); }
div.DivClassName
{
background-color: #C43DFB;
}
.BgClassName
{
background-color: #C43DFB;
}
</style>
border-color css
<style>
span { border-color: #C43DFB; }
span { border-color: rgb(196,61,251); }
td.TdClassName
{
border-color: #C43DFB;
}
.TagClassName
{
border-color: #C43DFB;
}
</style>