Shades of Medium Orchid #C43FF5
Tints of Medium Orchid #C43FF5
RGB
CMYK
RGB Variations
Color information
#C43FF5 (or 0xC43FF5) is known color: Medium Orchid. HEX triplet: C4, 3F and F5. RGB value is (196,63,245). Sum of RGB (Red+Green+Blue) = 196+63+245=504 (66% of max value = 765). Red value is 196 (76.95% from 255 or 38.89% from 504); Green value is 63 (25% from 255 or 12.5% from 504); Blue value is 245 (96.09% from 255 or 48.61% from 504); Max value from RGB is 245 - color contains mainly: blue. Hex color #C43FF5 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C43FF5 is #3BC00A. Grayscale: #7A7A7A. Windows color (decimal): -3915787 or 16072644. OLE color: 16072644.
HSL color Cylindrical-coordinate representation of color #C43FF5: hue angle of 283.85º degrees, saturation: 0.9, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C43FF5 is Cyan = 0.2, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 196 | 63 | 245 | - |
| CMYK | 0.2 | 0.74 | 0 | 0.04 |
| HSL | 283.85º | 0.9% | 0.6% | - |
| HSV(B) | 283.85º | 0.74% | 0.96% | - |
| XYZ | 41.02 | 21.88 | 88.45 | - |
| YUV | 123.52 | 196.56 | 179.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 63 | 245 | 0.2 | 0.74 | 0 | 0.04 | 283.85 | 0.9 | 0.6 |
| Hex | C4 | 3F | F5 | 14 | 4A | 0 | 4 | 11C | 5A | 3C |
| Octal | 304 | 77 | 365 | 24 | 112 | 0 | 4 | 434 | 132 | 74 |
| Binary | 11000100 | 111111 | 11110101 | 10100 | 1001010 | 0 | 100 | 100011100 | 1011010 | 111100 |
Color Harmonies of #C43FF5
Complementary color
Monochromatic Colors of #C43FF5
Black with #C43FF5
Text Example
Text Example
White with #C43FF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C43FF5; }
p { color: rgb(196,63,245); }
H1.HeaderClassName
{
color: #C43FF5;
}
.AnyTagClassName
{
color: #C43FF5;
}
</style>
background-color css
<style>
a { background-color: #C43FF5; }
a { background-color: rgb(196,63,245); }
div.DivClassName
{
background-color: #C43FF5;
}
.BgClassName
{
background-color: #C43FF5;
}
</style>
border-color css
<style>
span { border-color: #C43FF5; }
span { border-color: rgb(196,63,245); }
td.TdClassName
{
border-color: #C43FF5;
}
.TagClassName
{
border-color: #C43FF5;
}
</style>