Shades of Medium Orchid #C43CFB
Tints of Medium Orchid #C43CFB
RGB
CMYK
RGB Variations
Color information
#C43CFB (or 0xC43CFB) is known color: Medium Orchid. HEX triplet: C4, 3C and FB. RGB value is (196,60,251). Sum of RGB (Red+Green+Blue) = 196+60+251=507 (67% of max value = 765). Red value is 196 (76.95% from 255 or 38.66% from 507); Green value is 60 (23.83% from 255 or 11.83% from 507); Blue value is 251 (98.44% from 255 or 49.51% from 507); Max value from RGB is 251 - color contains mainly: blue. Hex color #C43CFB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C43CFB is #3BC304. Grayscale: #797979. Windows color (decimal): -3916549 or 16465092. OLE color: 16465092.
HSL color Cylindrical-coordinate representation of color #C43CFB: hue angle of 282.72º 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 #C43CFB is Cyan = 0.22, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 196 | 60 | 251 | - |
| CMYK | 0.22 | 0.76 | 0 | 0.02 |
| HSL | 282.72º | 0.96% | 0.61% | - |
| HSV(B) | 282.72º | 0.76% | 0.98% | - |
| XYZ | 41.79 | 21.93 | 93.3 | - |
| YUV | 122.44 | 200.56 | 180.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 60 | 251 | 0.22 | 0.76 | 0 | 0.02 | 282.72 | 0.96 | 0.61 |
| Hex | C4 | 3C | FB | 16 | 4C | 0 | 2 | 11B | 60 | 3D |
| Octal | 304 | 74 | 373 | 26 | 114 | 0 | 2 | 433 | 140 | 75 |
| Binary | 11000100 | 111100 | 11111011 | 10110 | 1001100 | 0 | 10 | 100011011 | 1100000 | 111101 |
Color Harmonies of #C43CFB
Complementary color
Monochromatic Colors of #C43CFB
Black with #C43CFB
Text Example
Text Example
White with #C43CFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C43CFB; }
p { color: rgb(196,60,251); }
H1.HeaderClassName
{
color: #C43CFB;
}
.AnyTagClassName
{
color: #C43CFB;
}
</style>
background-color css
<style>
a { background-color: #C43CFB; }
a { background-color: rgb(196,60,251); }
div.DivClassName
{
background-color: #C43CFB;
}
.BgClassName
{
background-color: #C43CFB;
}
</style>
border-color css
<style>
span { border-color: #C43CFB; }
span { border-color: rgb(196,60,251); }
td.TdClassName
{
border-color: #C43CFB;
}
.TagClassName
{
border-color: #C43CFB;
}
</style>