Shades of Medium Orchid #C43BF9
Tints of Medium Orchid #C43BF9
RGB
CMYK
RGB Variations
Color information
#C43BF9 (or 0xC43BF9) is known color: Medium Orchid. HEX triplet: C4, 3B and F9. RGB value is (196,59,249). Sum of RGB (Red+Green+Blue) = 196+59+249=504 (66% of max value = 765). Red value is 196 (76.95% from 255 or 38.89% from 504); Green value is 59 (23.44% from 255 or 11.71% from 504); Blue value is 249 (97.66% from 255 or 49.40% from 504); Max value from RGB is 249 - color contains mainly: blue. Hex color #C43BF9 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C43BF9 is #3BC406. Grayscale: #787878. Windows color (decimal): -3916807 or 16333764. OLE color: 16333764.
HSL color Cylindrical-coordinate representation of color #C43BF9: hue angle of 283.26º degrees, saturation: 0.94, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #C43BF9 is Cyan = 0.21, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 196 | 59 | 249 | - |
| CMYK | 0.21 | 0.76 | 0 | 0.02 |
| HSL | 283.26º | 0.94% | 0.6% | - |
| HSV(B) | 283.26º | 0.76% | 0.98% | - |
| XYZ | 41.43 | 21.7 | 91.63 | - |
| YUV | 121.62 | 199.89 | 181.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 59 | 249 | 0.21 | 0.76 | 0 | 0.02 | 283.26 | 0.94 | 0.6 |
| Hex | C4 | 3B | F9 | 15 | 4C | 0 | 2 | 11B | 5E | 3C |
| Octal | 304 | 73 | 371 | 25 | 114 | 0 | 2 | 433 | 136 | 74 |
| Binary | 11000100 | 111011 | 11111001 | 10101 | 1001100 | 0 | 10 | 100011011 | 1011110 | 111100 |
Color Harmonies of #C43BF9
Complementary color
Monochromatic Colors of #C43BF9
Black with #C43BF9
Text Example
Text Example
White with #C43BF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C43BF9; }
p { color: rgb(196,59,249); }
H1.HeaderClassName
{
color: #C43BF9;
}
.AnyTagClassName
{
color: #C43BF9;
}
</style>
background-color css
<style>
a { background-color: #C43BF9; }
a { background-color: rgb(196,59,249); }
div.DivClassName
{
background-color: #C43BF9;
}
.BgClassName
{
background-color: #C43BF9;
}
</style>
border-color css
<style>
span { border-color: #C43BF9; }
span { border-color: rgb(196,59,249); }
td.TdClassName
{
border-color: #C43BF9;
}
.TagClassName
{
border-color: #C43BF9;
}
</style>