Shades of Medium Orchid #C43FFC
Tints of Medium Orchid #C43FFC
RGB
CMYK
RGB Variations
Color information
#C43FFC (or 0xC43FFC) is known color: Medium Orchid. HEX triplet: C4, 3F and FC. RGB value is (196,63,252). Sum of RGB (Red+Green+Blue) = 196+63+252=511 (67% of max value = 765). Red value is 196 (76.95% from 255 or 38.36% from 511); Green value is 63 (25% from 255 or 12.33% from 511); Blue value is 252 (98.83% from 255 or 49.32% from 511); Max value from RGB is 252 - color contains mainly: blue. Hex color #C43FFC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C43FFC is #3BC003. Grayscale: #7B7B7B. Windows color (decimal): -3915780 or 16531396. OLE color: 16531396.
HSL color Cylindrical-coordinate representation of color #C43FFC: hue angle of 282.22º degrees, saturation: 0.97, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C43FFC is Cyan = 0.22, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 196 | 63 | 252 | - |
| CMYK | 0.22 | 0.75 | 0 | 0.01 |
| HSL | 282.22º | 0.97% | 0.62% | - |
| HSV(B) | 282.22º | 0.75% | 0.99% | - |
| XYZ | 42.11 | 22.32 | 94.18 | - |
| YUV | 124.31 | 200.06 | 179.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 63 | 252 | 0.22 | 0.75 | 0 | 0.01 | 282.22 | 0.97 | 0.62 |
| Hex | C4 | 3F | FC | 16 | 4B | 0 | 1 | 11A | 61 | 3E |
| Octal | 304 | 77 | 374 | 26 | 113 | 0 | 1 | 432 | 141 | 76 |
| Binary | 11000100 | 111111 | 11111100 | 10110 | 1001011 | 0 | 1 | 100011010 | 1100001 | 111110 |
Color Harmonies of #C43FFC
Complementary color
Monochromatic Colors of #C43FFC
Black with #C43FFC
Text Example
Text Example
White with #C43FFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C43FFC; }
p { color: rgb(196,63,252); }
H1.HeaderClassName
{
color: #C43FFC;
}
.AnyTagClassName
{
color: #C43FFC;
}
</style>
background-color css
<style>
a { background-color: #C43FFC; }
a { background-color: rgb(196,63,252); }
div.DivClassName
{
background-color: #C43FFC;
}
.BgClassName
{
background-color: #C43FFC;
}
</style>
border-color css
<style>
span { border-color: #C43FFC; }
span { border-color: rgb(196,63,252); }
td.TdClassName
{
border-color: #C43FFC;
}
.TagClassName
{
border-color: #C43FFC;
}
</style>