Shades of Medium Orchid #C43CFA
Tints of Medium Orchid #C43CFA
RGB
CMYK
RGB Variations
Color information
#C43CFA (or 0xC43CFA) is known color: Medium Orchid. HEX triplet: C4, 3C and FA. RGB value is (196,60,250). Sum of RGB (Red+Green+Blue) = 196+60+250=506 (67% of max value = 765). Red value is 196 (76.95% from 255 or 38.74% from 506); Green value is 60 (23.83% from 255 or 11.86% from 506); Blue value is 250 (98.05% from 255 or 49.41% from 506); Max value from RGB is 250 - color contains mainly: blue. Hex color #C43CFA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C43CFA is #3BC305. Grayscale: #797979. Windows color (decimal): -3916550 or 16399556. OLE color: 16399556.
HSL color Cylindrical-coordinate representation of color #C43CFA: hue angle of 282.95º degrees, saturation: 0.95, 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 #C43CFA is Cyan = 0.22, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 196 | 60 | 250 | - |
| CMYK | 0.22 | 0.76 | 0 | 0.02 |
| HSL | 282.95º | 0.95% | 0.61% | - |
| HSV(B) | 282.95º | 0.76% | 0.98% | - |
| XYZ | 41.64 | 21.87 | 92.47 | - |
| YUV | 122.32 | 200.06 | 180.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 60 | 250 | 0.22 | 0.76 | 0 | 0.02 | 282.95 | 0.95 | 0.61 |
| Hex | C4 | 3C | FA | 16 | 4C | 0 | 2 | 11B | 5F | 3D |
| Octal | 304 | 74 | 372 | 26 | 114 | 0 | 2 | 433 | 137 | 75 |
| Binary | 11000100 | 111100 | 11111010 | 10110 | 1001100 | 0 | 10 | 100011011 | 1011111 | 111101 |
Color Harmonies of #C43CFA
Complementary color
Monochromatic Colors of #C43CFA
Black with #C43CFA
Text Example
Text Example
White with #C43CFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C43CFA; }
p { color: rgb(196,60,250); }
H1.HeaderClassName
{
color: #C43CFA;
}
.AnyTagClassName
{
color: #C43CFA;
}
</style>
background-color css
<style>
a { background-color: #C43CFA; }
a { background-color: rgb(196,60,250); }
div.DivClassName
{
background-color: #C43CFA;
}
.BgClassName
{
background-color: #C43CFA;
}
</style>
border-color css
<style>
span { border-color: #C43CFA; }
span { border-color: rgb(196,60,250); }
td.TdClassName
{
border-color: #C43CFA;
}
.TagClassName
{
border-color: #C43CFA;
}
</style>